home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / drivers / lexmark / 2050pl / runme.bat < prev    next >
DOS Batch File  |  1997-04-10  |  695b  |  23 lines

  1. @echo off
  2. cls
  3. echo This program requires two blank disks to create your
  4. echo driver diskettes.  If you do not have two blank disks
  5. echo or would prefer to make an install directory on your
  6. echo hard drive please hit Ctrl Break.  To create an install
  7. echo directory copy cj2050d1.exe and cj2050d2.exe into the
  8. echo install directory and execute them to expand them into
  9. echo the driver files.
  10. pause
  11. cls
  12. echo Please insert blank disk #1 into drive A:
  13. pause
  14. cj2050d1 a:
  15. cls
  16. echo Please insert blank disk #2 into drive A:
  17. pause
  18. cj2050d2 a:
  19. cls
  20. echo Your driver disks have succeccfully been created.
  21. echo Reinsert disk1 into drive a and run a:\setup to
  22. echo install the driver.
  23.