I have to run a batch file.
With "system", "spawn" or "Shellexecute" fonctions, it doesn't work !
How to do ?
Thanks
Printable View
I have to run a batch file.
With "system", "spawn" or "Shellexecute" fonctions, it doesn't work !
How to do ?
Thanks
system("c:\\windows\\command.com /c some.bat");