Does anyone run PHP scripts with MS? If so, wondering how to know when they are completed.
When I run them in Task Scheduler, the CMD window closes when the process completes, but this doesn't happen when I run them in CMD from MS.
Any help would be appreciated.
Andrew T.
PHP Scripts
Moderators: Dorian (MJT support), JRL
-
- Pro Scripter
- Posts: 149
- Joined: Tue Mar 23, 2004 9:11 pm
Re: PHP Scripts
Hi!
Have You tried :
cmd /C Carries out the command specified by string and then terminates
run>cmd /c "c:\php\php.exe" code.php
Have You tried :
cmd /C Carries out the command specified by string and then terminates
run>cmd /c "c:\php\php.exe" code.php