home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 October / PCW1098a.iso / DRUCKER / lexmark / cjp5000 / 5000ntg / RUNME.BAT < prev   
Encoding:
DOS Batch File  |  1998-02-05  |  751 b   |  24 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 to expand them into the driver files.
  10. pause
  11. echo
  12. cls
  13. echo Please insert disk1 into drive A:
  14. pause
  15. cj5000d1 a:
  16. cls
  17. echo Please insert disk2 into drive A:
  18. pause
  19. cj5000d2 a: 
  20. cls
  21. echo Your driver disks have been successfully created.
  22. echo Re-insert disk1 into drive a: and in Win NT4.0 
  23. echo click Start, Run and type a:\setup in the entry-field.
  24.