home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / 40x9su33.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1993-04-07  |  2KB  |  32 lines

  1. echo off
  2. if X%1==X goto directions
  3. cls
  4. 40X9SU3 -d %1\
  5. label %1DMSAES31
  6. if errorlevel 1 echo Setup failed!
  7. if errorlevel 1 goto exit
  8. del 40X9SU3.EXE
  9. echo Setup complete.  Read SUPUTIL.TXT for installation instructions
  10. goto exit
  11. :directions
  12. echo ╔═══════════════════════════════════════════════════════════════════════════╗
  13. echo ║ Compressed version of the Supplemental Utilities for the IBM LaserPrinter ║
  14. echo ║                                                                           ║
  15. echo ║  After PKZIP completes the unpacking process, you must run the SETUP.BAT  ║
  16. echo ║  program that is included, to create a Supplemental Utilities diskette.   ║
  17. echo ║  You must have a formatted 5 1/4 high density or 3 1/2 (720K or 1.44M)    ║
  18. echo ║  diskette BEFORE running the SETUP.BAT program.                           ║
  19. echo ║                                                                           ║
  20. echo ║  To build the diskette, designate the destination drive. For example:     ║
  21. echo ║                                                                           ║
  22. echo ║     SETUP A:                                                              ║
  23. echo ║                                                                           ║
  24. echo ║  will put the Supplemental Utilites on the diskette contained in drive A. ║
  25. echo ║                                                                           ║
  26. echo ║  The file SUPUTIL.TXT contains instructions for using the Supplemental    ║
  27. echo ║  Utilities and can be printed on your IBM LaserPrinter in PPDS mode.      ║
  28. echo ║                                                                           ║
  29. echo ║  When the diskette is created, switch to that drive and type INSTALL.     ║
  30. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  31. :exit
  32.