home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 303.img / FB1.ZIP / SETUP.BAT < prev    next >
DOS Batch File  |  1990-10-03  |  424b  |  21 lines

  1. echo     off
  2. cls
  3. if not exist a:readme.doc goto noreadme
  4. type    a:readme.doc
  5. pause
  6. :noreadme
  7. if not exist setup.bat goto cf
  8. echo .
  9. echo .                  ** IMPORTANT **
  10. echo .
  11. echo .       You must be logged into the DESTINATION drive
  12. echo .      and have the distribution 'MASTER A' in drive A:
  13. echo .              drive before running A:SETUP
  14. echo .
  15. goto x
  16. :cf
  17. a:setuprg
  18. if errorlevel 1 goto x
  19. setupt
  20. :x
  21.