I want the program to run the application that was entered into the input box. example: to run notepad - the user enters in notepad, but the program is going to run something like "U_Input".exe or something.. can anyone help me? Here's my line of code:
MsgBox "" & U_Input,, "You Entered: "
IF U_Input = "" & U_Input Then
MsgBox "The Program you entered in will now be Launched",, "Thank you! - MicroMania"
Wsh.Run """ & U_Input".exe,,True
MsgBox "" & U_Input,, "You Entered: "
IF U_Input = "" & U_Input Then
MsgBox "The Program you entered in will now be Launched",, "Thank you! - MicroMania"
Wsh.Run """ & U_Input".exe,,True