TonyShape
June 22nd, 1999, 08:31 AM
I have to run a batch file.
With "system", "spawn" or "Shellexecute" fonctions, it doesn't work !
How to do ?
Thanks
With "system", "spawn" or "Shellexecute" fonctions, it doesn't work !
How to do ?
Thanks
|
Click to See Complete Forum and Search --> : Run a batch File TonyShape June 22nd, 1999, 08:31 AM I have to run a batch file. With "system", "spawn" or "Shellexecute" fonctions, it doesn't work ! How to do ? Thanks June 22nd, 1999, 09:33 AM system("c:\\windows\\command.com /c some.bat"); codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |