@ECHO OFF rem ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» rem º FULLSCRPT.BAT - Sample batch file. º rem º Uses Script file - FULL.CMD º rem ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ BACKEZ %1 %2 /B/C=full.cmd/AUTO rem ÚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¿ rem ³ This Batch file will perform a Full backup on the drive that ³ rem ³ it is executed from to the default drive A:. It uses the Script³ rem ³ File "FULL.CMD" to SET the correct Options and also INCLUDES ³ rem ³ \*.*, therefore selecting all files by starting at the Root ³ rem ³ directory and including all subdirectories. You can view ³ rem ³ the script file "FULL.CMD" using BackEZ. ³ rem ÀÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÙ rem * BACKEZ - is the command to execute BackEZ. rem * %1 - may be entered to specify the 'FROM' drive. rem * %2 - may be entered to specify the 'TO' drive. rem * /B - skips the Main Menu and goes directly to the Backup Menu. rem * /C=full.cmd - sets the Script File to FULL.CMD. rem * /AUTO - skips the Backup Menu and goes to the Backup Processing Window. rem * since /AUTO is used BackEZ will exit to DOS after the backup is complete.