Thanks to Nologic for his extreme wealth of Autoit Knowledge Thanks Guy.. heres the Autobackupwin prog by Fab from the 911 cd forum.Another place I lurk. If you DL his latest release & follow the backup options this Autoit script will run the restore. you just need to alter the paths of course. Opt("WinWaitDelay", 400) Run ( @ScriptDir & "\AutoBackup-Win.exe -restore " & Chr ( 34 ) & "C:\autobackup-win\Autobackup - Michael" & Chr ( 34 ) ) Opt("MouseCoordMode",0) WinActivate("Fab's AutoBackup ... Backup","") WinWaitActive("Fab's AutoBackup ... Backup","") MouseClick("left", 58, 267, 1) Sleep(100) MouseClick("left", 57, 340, 1) Sleep(100) MouseClick("left", 56, 362, 1) Sleep(100) MouseClick("left", 418, 264, 1) Sleep(1000) MouseClick("left", 535, 453, 1) Sleep(22000) MouseClick("left", 643, 455, 1) Sleep(100) Fab has produced a very nice Free utility here & I think most of us would agree. Give it a try.