ismee Posted August 4, 2010 Posted August 4, 2010 i have dos backup batch to copy files using backup command, but dos buffer is too little to handle huge files copy i would like to try autoit..can i schedule a time for autoit copy command (my computer may lock,required user login)? my dos batch command @echo off :: variables set drive=D:\2 SET date="%date:~6,4%-%date:~0,2%-%date:~3,2%" set backupcmd=xcopy /s /c /d /e /h /i /r /k /y echo ### Backing up your Sites directory... %backupcmd% "C:\1" "%drive%\%date%" echo Backup Complete - Your Backup is located at %drive% @pause
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