ismee 0 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 Share this post Link to post Share on other sites