@ECHO OFF rem ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» rem º MODSCRPT.BAT - Sample batch file. º rem º Uses Script file - MOD.CMD º rem ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ BACKEZ %1 %2 /B/C=mod.cmd/AUTO rem ÚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¿ rem *³ This Batch file will perform a backup of modified files only. ³ rem ³ It uses the Script File "MOD.CMD" to SET the Options for a ³ rem ³ modified backup. The Script file also INCLUDES \*.*, therefore³ rem ³ selecting all modified files by starting at the Root directory ³ rem ³ and including all subdirectories. You can view the script ³ rem ³ file "MOD.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=mod.cmd - sets the Script File to MOD.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.