home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 304.img / FUZZY1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-10-01  |  850b  |  27 lines

  1. @ECHO OFF
  2. ECHO OFF
  3. CLS
  4. :Here
  5. IF EXIST inst.exe GOTO Check
  6. ECHO Please replace this disk with the disk labelled DISTRIBUTION DISK #2 and
  7. PAUSE
  8. GOTO Here
  9. :Check
  10. IF NOT %1TRICK == TRICK GOTO There
  11. :Message
  12. CLS
  13. ECHO ╔══════════════════════════════════════════════════════════════════╗
  14. ECHO ║     If you are installing to a hard disk, this program will      ║
  15. ECHO ║       automatically create the directory \FUZZBALL on the        ║
  16. ECHO ║                     drive that you choose.                       ║
  17. ECHO ║                                                                  ║
  18. ECHO ║   Should you wish to change the default destination directory    ║
  19. ECHO ║ press Control + C to exit to DOS, then enter INSTALL {pathname}  ║
  20. ECHO ╚══════════════════════════════════════════════════════════════════╝
  21. PAUSE
  22. :There
  23. inst %1
  24.  
  25.  
  26.  
  27.