@ECHO OFF rem ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ» rem Ί FULL.BAT - Sample batch file. Ί rem ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ BACKEZ %1 %2 /B/-M/+S/-V/ATTR=+r+h+s/K=+0/D=+01-01-80/+RESET/C=/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:. ³ rem ΐΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΩ rem * BACKEZ - is the command to execute BackEZ. rem * %1 - may be entered to specify the 'FROM' drive, path and file. rem * %2 - may be entered to specify the 'TO' drive. rem * /B - skips the Main Menu and goes directly to the Backup Menu. rem * /-M - sets the Modified Option to No. rem * /+S - sets the Subdirectory Option to Yes. rem * /-V - sets the Verify Option to No. rem * /ATTR=+r+h+s - sets the Attributes Option to include Read Only, Hidden rem and System files. rem * /K=+0 - sets the Ksize Option to plus 0. rem * /D=+01-01-80 - sets the Date Option to plus 01-01-80. rem * /+RESET - sets the Reset Option to Yes. rem * /C= - sets the Script File to no Script File. 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.