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

  1. @ECHO OFF
  2. rem  ╔═══════════════════════════════════════╗
  3. rem  ║    FULLSCRPT.BAT - Sample batch file. ║
  4. rem  ║      Uses Script file - FULL.CMD      ║
  5. rem  ╚═══════════════════════════════════════╝
  6. BACKEZ %1 %2 /B/C=full.cmd/AUTO
  7. rem  ┌════════════════════════════════════════════════════════════════┐
  8. rem  │ This Batch file will perform a Full backup on the drive that   │
  9. rem  │ it is executed from to the default drive A:. It uses the Script│
  10. rem  │ File "FULL.CMD" to SET the correct Options and also INCLUDES   │
  11. rem  │ \*.*, therefore selecting all files by starting at the Root    │
  12. rem  │ directory and including all subdirectories.   You can view     │
  13. rem  │ the script file "FULL.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=full.cmd - sets the Script File to FULL.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.