You would have to give up the standard ways to shutdown, and use the a script to do both backup, and then shutdown. Pro has Policy
to set a logoff script, Home does not.
You would have to give up the standard ways to shutdown, and use the a script to do both backup, and then shutdown. Pro has Policy
to set a logoff script, Home does not.
Well, relative to your understanding of .bat or .vbs code, you can write something that does all you want with one click of some
specially created shortcut for your shutdown routine.
--down.bat--
REM ---backup the files
start /WAIT copy c:\myfile.txt d:\backupfolder
REM ---and out like a light
shutdown /s /f /t 00
--end file--
Thank you for the reply. I'll give it a shot and let you know.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.