home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / BUSI / TX61D.ZIP / BACK.BAT next >
DOS Batch File  |  1990-10-13  |  408b  |  18 lines

  1. echo off
  2. cls
  3. echo  SYNTAX:             BACK HardDrive: BackupFloppyDrive:
  4. echo .
  5. echo             example: BACK C: A:
  6. echo .
  7. echo .
  8. if x==%1x goto END
  9. if x==%2x goto END
  10. backup %1*.LB? %2 /S
  11. echo .
  12. echo .
  13. echo Now, you may be told to place the last backup disk into drive %1.  This
  14. echo just means that you should KEEP the disk now in drive %1 in that drive.
  15. pause
  16. backup %1*.DA? %2 /A
  17. :END
  18.