Hey guys, I'm trying to do a simple batch file on my windows xp service pack 2 boxes so I can schedule a nightly shutdown. It does not want to work. I've checked on a ton of different websites and I'm trying a bunch of different ways of doing it and it just doesn't want to work. Is this another one of Micro$ofts many bugs? My code is:
@echo off
shutdown -s -c "nightly shutdown"
If someone could tell me if I'm doing something wrong I would very much appreciate it.
@echo off
shutdown -s -c "nightly shutdown"
If someone could tell me if I'm doing something wrong I would very much appreciate it.