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 cj2030d1.exe and cj2030d2.exe into the
- echo install directory and execute them to expand them into
- echo the driver files.
- pause
- echo Please insert disk1 into drive A:
- pause
- cj2030d1 a:
- cls
- echo Please insert disk2 into drive A:
- pause
- cj2030d2 a:
- cls
- echo Your driver disk have successfully been created
- echo Reinsert disk1 into drive and run a:\setup to
- echo install the driver.
-