Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

mjunaidtahir
Mar 2, 2003, 07: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, 08: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.