home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / drivers / lexmark / 2030pl / runme.bat < prev    next >
DOS Batch File  |  1997-04-15  |  669b  |  22 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 cj2030d1.exe and cj2030d2.exe into the
  8. echo install directory and execute them to expand them into
  9. echo the driver files.
  10. pause
  11. echo Please insert disk1 into drive A:
  12. pause
  13. cj2030d1 a:
  14. cls
  15. echo Please insert disk2 into drive A:
  16. pause
  17. cj2030d2 a:
  18. cls
  19. echo Your driver disk have successfully been created
  20. echo Reinsert disk1 into drive and run a:\setup to
  21. echo install the driver.
  22.