Thread: Script Help
View Single Post
  #4  
Old 01-07-2007, 10:23 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,933
Send a message via AIM to dnanian
OK. Try putting this in a text file:

Code:
#!/bin/sh
shutdown -r  +1
Once that's saved, then -- in Terminal, run:

Code:
chmod +x the-file-you-saved
Then, set that as the "after copy" script, and you should be all set: it'll shut down one minute after the copy is complete.
__________________
--Dave Nanian
Reply With Quote