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

  1. @ECHO OFF
  2. rem  ╔═══════════════════════════════════════╗
  3. rem  ║    MODSCRPT.BAT - Sample batch file.  ║
  4. rem  ║      Uses Script file - MOD.CMD       ║
  5. rem  ╚═══════════════════════════════════════╝
  6. BACKEZ %1 %2 /B/C=mod.cmd/AUTO
  7. rem  ┌════════════════════════════════════════════════════════════════┐
  8. rem *│ This Batch file will perform a backup of modified files only.  │
  9. rem  │ It uses the Script File "MOD.CMD" to SET the Options for a     │
  10. rem  │ modified backup.  The Script file also INCLUDES \*.*, therefore│
  11. rem  │ selecting all modified files by starting at the Root directory │
  12. rem  │ and including all subdirectories.  You can view the script     │
  13. rem  │ file "MOD.CMD" using BackEZ.                                   │
  14. rem  └════════════════════════════════════════════════════════════════┘
  15. rem * BACKEZ - is the command to execute BackEZ.
  16. rem * %1 - may be entered to specify the 'FROM' drive.
  17. rem * %2 - may be entered to specify the 'TO' drive.
  18. rem * /B - skips the Main Menu and goes directly to the Backup Menu.
  19. rem * /C=mod.cmd - sets the Script File to MOD.CMD.
  20. rem * /AUTO - skips the Backup Menu and goes to the Backup Processing Window.
  21. rem * since /AUTO is used BackEZ will exit to DOS after the backup is complete.
  22.