home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This program requires two blank disks to create your
- echo driver diskettes. If you do not have two blank disks
- echo or would prefer to make an install directory on your
- echo hard drive please hit Ctrl Break. To create an install
- echo directory copy cj5000d1.exe and cj5000d2.exe into the
- echo install directory and execute them by typing the
- echo executable names followed by "-d" to expand them into
- echo the driver files.
- pause
- echo
- cls
- echo Please insert disk1 into drive A:
- pause
- cj5000d1 a:
- cls
- echo Please insert disk2 into drive A:
- pause
- cj5000d2 a: -d
- cls
- echo Your driver disks have successfully been created
- echo Reinsert disk1 into drive a and run a:\setup from the
- echo file menu in Win 3.1 or use the add printer wizard in
- echo in Win95 to install the driver.
-