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 to expand them into 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:
- cls
- echo Your driver disks have been successfully created.
- echo Re-insert disk1 into drive a: and in Win NT4.0
- echo click Start, Run and type a:\setup in the entry-field.
-