theemperor
Programmer
Hi all,
I use the Shell-function to execute a batch-file from the commandline. When I step through the code, I get a PID back and I see the Commandline-window for a second in the taskline, but the commands which I declared in the Batchfile are not executed. Does anybody know whether I do something wrong? heres a bit of Code:
nShellRet = Shell(App.Path & "\Test.bat"
Thanx in advance,
Robert
I use the Shell-function to execute a batch-file from the commandline. When I step through the code, I get a PID back and I see the Commandline-window for a second in the taskline, but the commands which I declared in the Batchfile are not executed. Does anybody know whether I do something wrong? heres a bit of Code:
nShellRet = Shell(App.Path & "\Test.bat"
Thanx in advance,
Robert