View Single Post
Old Apr 4th, 2006, 2:00 PM   #8
badbasser98
Hobbyist Programmer
 
Join Date: Mar 2005
Location: United States
Posts: 124
Rep Power: 4 badbasser98 is on a distinguished road
I suppose I could make the program send a system command using "at" to make it setup a one-time-only task. to run at the desired time. I would just rather use it in my own program becuase using the "at" command to schedule a system shutdown or restart brings up the shutdown.exe window with a 30sec timer. I want it to be more like a 5-10sec timer, if any. Which I can control when using the InitiateSystemShutdown() command. Unless you guys know of a way to control the length of the timer from the command prompt.
__________________
Learning to use C++ and loving every minute of it.
badbasser98 is offline   Reply With Quote