Query with RunProgram()

Just starting out? Need help? Post your questions and find answers here.
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Query with RunProgram()

Post by infratec »

Hi,

RunProgramm() tries to execute something.
If the parameter is not an executable itself it tries to start the to the extension associated programm.

If the bug still occurs, have you tried my hint from above to start it via cmd.exe :?:

For example:

Code: Select all

RunProgram("cmd", "/C c:\tmp\test.bat", "c:\tmp")
Bernd
Post Reply