Shell scripting
Friday, April 8, 2011
example to shutdown Windows XP after certain time (in the example below 10 min) interval using shutdown command
for (( i = 1; i <= 10; i++ )) ; do
sleep 60
done
shutdown -s
2 comments:
Pradeep Panigrahi.
April 8, 2011 at 11:13 AM
we should write it in a batch file, isn't it??
Reply
Delete
Replies
Reply
manish
April 8, 2011 at 9:13 PM
yes my friend
Reply
Delete
Replies
Reply
Add comment
Load more...
Home
Subscribe to:
Post Comments (Atom)
we should write it in a batch file, isn't it??
ReplyDeleteyes my friend
ReplyDelete