PDA

View Full Version : C programming help


mjunaidtahir
Mar 2, 2003, 08:03 AM
Hi people
I want to shut down my system after a specified time
I want to use the time() method but I need to know the exe file that runs after the specified time.
Please let me know also if there is any other way to shut down my system after some particular time
Thank you
Best regards

dtecmeister
Mar 22, 2003, 09:11 AM
In UNIX:
You could set up a cronjob to do this.
You could use init command

If you mean on windows, I don't know.