anonymous
2011-06-21 05:22:53 UTC
Its a simple batch file
net stop "RemoteWare Server"
net start "RemoteWare Server"
pause
exit
The server is running windows 2000 server edition.
If I double click the batch file it works fine, with no issues. But if I schedule it to run or if I ask it to run now it comes up with the error 'net' external or internal command is not recognized. (Or something like that).
I've tried scheduling another batch file to open it, I've tried another batch file with no luck. I've tried to schedule it via the AT command but thats not worked either.
The server does not have the SC command installed.