Automatically shutdown windows


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Automatically shutdown windows
# 1  
Old 05-26-2008
Question Automatically shutdown windows

Hi,

I'm trying to create a program on how to automatically shutdown my pc for a certain number of minutes. Well, actually i was able to make a very simple one by utilizing the shutdown.exe of windows. Now i'm trying to improve it by adding a function such that i can program my windows to automatically shutdown right after a process stops. Lets say for example i'm running a batch in windows and it's taking a long time to finish. What i want to happen is for windows to automatically shutdown after my batch process ends. Are there any ways i can do this in unix? because the code i made is, i think, a dos code.

example:
shutdown -s -f -t 3600 --> windows shutsdown after 1 hour

many thanks.
mickeySmilie
# 2  
Old 05-27-2008
Certainly, you can do that in UNIX, what is your OS flavor ?
# 3  
Old 05-27-2008
Automatically shutdown windows

Windows XP and Vista Ultimate for my 2 PCs.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Apache port has been shutdown and trying to up automatically

Hi All, Apache port has been shutdown and trying to up automatically but it wont start then after restart the service, its start. but ther is no log to identify the issue. can u pls let me know ur suggestion? (3 Replies)
Discussion started by: senor.ram
3 Replies

2. UNIX for Dummies Questions & Answers

Script to force Oracle database shutdown when shutdown immediate does not work

I have Oracle 9i R2 on AIX 5.2. My Database is running in shared server mode (MTS). Sometimes when I shutdown the database it shutsdown cleanly in 4-5 mints and sometimes it takes good 15-20 minutes and then I get some ora-600 errors and only way to shutdown is by opening another session and... (7 Replies)
Discussion started by: aixhp
7 Replies

3. AIX

aix shutdown automatically

hi, My AIX (5.3) machine is getting shutdown automatically. After restarting the machine, its screen goes black and it shows in green: Unmounting the file system.... bringing down the network interface en0 ln0.......halt completed and system shutdowns. Can... (8 Replies)
Discussion started by: Vanit
8 Replies

4. Solaris

How to open and arrange terminal windows automatically under CDE?

Hi, Is there a way to open and arrange terminal windows automatically under CDE? For example, I want to open and arrange terminal windows like this: |------------| | TW TW TW | | TW TW TW | | TW TW TW | |------------| Thank you in advanced! (5 Replies)
Discussion started by: aixlover
5 Replies

5. Shell Programming and Scripting

ftp file from Windows to Unix automatically

Hi, Is there a way to ftp file from windows to Unix directory by using crontab to set up a job ? Thanks! (4 Replies)
Discussion started by: whatisthis
4 Replies
Login or Register to Ask a Question