I'm not sure at (or winat) will accept an argument. You may have to write a batch file such as script.cmd --
Code:
c:\php\php.exe c:\scriptdir\script.php
exit
and then call the .cmd file from at.
Back when I used this regularly I always used batch files, mainly because the jobs were more complex, so I don't remember if arguments work. BTW, the exit will make sure the DOS window closes; you may not need it.
|