Matthew VanDerlofske Posted December 22, 2006 Share Posted December 22, 2006 I have been looking into different ways to do this. I would like to prove autoit's worth to my coworkers, can autoit initiate a system state backup? I have not seen a way to do this through autoit. Link to comment Share on other sites More sharing options...
James Posted December 22, 2006 Share Posted December 22, 2006 I dont think that you can make it actually open system restores by itself, but you could make it open the start menu and click. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Matthew VanDerlofske Posted December 22, 2006 Author Share Posted December 22, 2006 Yeah, and I can setup windows backup to backup the system state on reboot, however I cannot find a way to do a mass roll out that way. If I could create a exe that would initiate the backup on reboot I could roll that out easily. Link to comment Share on other sites More sharing options...
James Posted December 22, 2006 Share Posted December 22, 2006 It wouldnt work. If you restore you lose documents and stuff made by the future time. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted December 22, 2006 Share Posted December 22, 2006 Joon: He said that he wanted to control the whole restore, not just the beginning. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Joon Posted December 22, 2006 Share Posted December 22, 2006 (edited) Try this $LABEL = @MON & "/" & @MDAY & "/" & @YEAR & " " & @HOUR & ":" & @MIN & ":" & @SEC $PARAMETER = 'backup SystemState /J "' & $LABEL & '" /V:YES /L:f /M normal /f "\\RemoteServer\Share\' & @ComputerName & ' - SystemState.bkf"' Run (@SystemDir & '\NTBACKUP.EXE ' & $PARAMETER) Question is how to determined succesfully reboot. Secure_ICT: Sorry, I realized I didn't read subtitle so I delete post. but you were too fast Edited December 22, 2006 by Joon Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now