home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / LGBX / BEZ410.ZIP / MOD.BAT < prev    next >
DOS Batch File  |  1990-11-26  |  1KB  |  24 lines

  1. @ECHO OFF
  2. rem  ╔═══════════════════════════════════════╗
  3. rem  ║     MOD.BAT - Sample batch file.      ║
  4. rem  ╚═══════════════════════════════════════╝
  5. BACKEZ %1 %2 /B/+M/+S/-V/ATTR=+r+h+s/K=+0/D=+01-01-80/+RESET/C=/AUTO
  6. rem  ┌════════════════════════════════════════════════════════════════┐
  7. rem *│ This Batch file will perform a backup of modified files only.  │
  8. rem  └════════════════════════════════════════════════════════════════┘
  9. rem * BACKEZ - is the command to execute BackEZ.
  10. rem * %1 - may be entered to specify the 'FROM' drive, path and file.
  11. rem * %2 - may be entered to specify the 'TO' drive.
  12. rem * /B - skips the Main Menu and goes directly to the Backup Menu.
  13. rem * /+M - sets the Modified Option to Yes.
  14. rem * /+S - sets the Subdirectory Option to Yes.
  15. rem * /-V - sets the Verify Option to No.
  16. rem * /ATTR=+r+h+s - sets the Attributes Option to include Read only, Hidden
  17. rem *                and System files.
  18. rem * /K=+0 - sets the Ksize Option to plus 0.
  19. rem * /D=+01-01-80 - sets the Date Option to plus 01-01-80.
  20. rem * /+RESET - sets the Reset Option to Yes.
  21. rem * /C= - sets the Script File to no Script File.
  22. rem * /AUTO - skips the Backup Menu and goes to the Backup Processing Window.
  23. rem * since /AUTO is used BackEZ will exit to DOS after the backup is complete.
  24.