teemu_selkala
13 years agoOccasional Contributor
Wscript Shell - launch issue
If I would do windows - run... and execute there ftp I get command window normally where I can input commands.
While I execute following code trying to achieve same window appears but it never gets the command line to input commands but remains indefinately as a window without input option. any idea why or how to bypass this issue?
While I execute following code trying to achieve same window appears but it never gets the command line to input commands but remains indefinately as a window without input option. any idea why or how to bypass this issue?
WshShell = Sys.OleObject("WScript.Shell");
executeCommand = WshShell.Exec("ftp")
Thanks :)