[bug] Could not execute command line!
Posted: 21 Jun 2012 14:28
This is the error message which I get while invoking
When I run
nothing happens at all. What's wrong? And yes, I have notepad.exe in c:\windows directory (I tested other programs and locations, too). Probably it's not my firewall (I switched it off.)
(BTW, the docs are erroneous as per quoting strings: single quotes don't work, you get immediately
Code: Select all
MainApp.RunAppAndWait("c:\windows\notepad.exe", "", false, false);
Code: Select all
MainApp.RunApp("c:\windows\notepad.exe", "", false, false);
(BTW, the docs are erroneous as per quoting strings: single quotes don't work, you get immediately
error message.)')' expected