27 May 2008 at 15:50 #1 box box Associate Joined 20 Nov 2005 Posts 1,228 Location Bristol I'm sure there's a simple answer to this, but I've done a bit of searching and I can't find a thing. So... How do I make my PC shut down after a Norton Ghost 14 backup has completed?
I'm sure there's a simple answer to this, but I've done a bit of searching and I can't find a thing. So... How do I make my PC shut down after a Norton Ghost 14 backup has completed?
28 May 2008 at 09:16 #2 BigBoy BigBoy Soldato Joined 19 Oct 2002 Posts 6,943 Location Bath create a batch script or scheduled task to perform the backup then run a shutdown command. Code: shutdown -s -t 10 that will shutthe system down in 10 seconds
create a batch script or scheduled task to perform the backup then run a shutdown command. Code: shutdown -s -t 10 that will shutthe system down in 10 seconds