home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Driver / LEXMARK / CJ5000 / RUNME.BAT < prev   
Encoding:
DOS Batch File  |  1998-02-11  |  818 b   |  26 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 cj5000d1.exe and cj5000d2.exe into the
  8. echo install directory and execute them by typing the
  9. echo executable names followed by "-d" to expand them into
  10. echo the driver files.
  11. pause
  12. echo
  13. cls
  14. echo Please insert disk1 into drive A:
  15. pause
  16. cj5000d1 a:
  17. cls
  18. echo Please insert disk2 into drive A:
  19. pause
  20. cj5000d2 a: -d
  21. cls
  22. echo Your driver disks have successfully been created
  23. echo Reinsert disk1 into drive a and run a:\setup from the
  24. echo file menu in Win 3.1 or use the add printer wizard in
  25. echo in Win95 to install the driver.
  26.