How to make PC shutdown after a backup

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?
 
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
 
Back
Top Bottom