home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Checking system files ......
-
- if not exist scsi3.exe goto no_scsi3
- if not exist syscon3.exe goto no_syscon3
- if not exist scsiprog.def goto no_scsiprog
- if not exist sysprog.def goto no_sysprog
-
- echo This program upgrades your Creative CDR2000 drive to a new
- echo firmware. Please complete the following procedure to upgrade
- echo your Creative CDR2000:
-
- echo
- echo 1. Switch OFF your Creative CDR2000 drive NOW and
- pause
- echo 2. Change DIP switch 5 (at the back of the Drive) from
- echo OFF to ON position and
- pause
- echo 3. Switch ON your Creative CDR2000 drive NOW and
- pause
- echo
- echo You are now ready to upgrade your CDR2000 drive firmware.
- pause
- echo Upgrading firmware (Part 1) ......
- scsi3
- echo Upgrading firmware (Part 2) ......
- syscon3
- echo
- echo Firmware upgraded. Please completed the following procedure
- echo before rebooting:
- echo
- echo 1. Switch OFF your Creative CDR2000 drive NOW and
- pause
- echo 2. Change DIP switch 5 (at the back of the Drive) from
- echo ON to OFF position and
- pause
- echo 3. Switch ON your Creative CDR2000 drive NOW and
- echo restart your PC by switching OFF and ON.
- goto end
-
- :no_scsi3
- echo The following system file is missing in
- ehco the current directory, pls make sure that the following
- echo file is copied correctly to the current directory:
-
- echo SCSI3.EXE
- GOTO ERROR_EXIT
-
- :no_syscon3
- echo The following system file is missing in
- ehco the current directory, pls make sure that the following
- echo file is copied correctly to the current directory:
-
- echo SYSCON3.EXE
- GOTO ERROR_EXIT
-
- :no_scsiprog
- echo The following system file is missing in
- ehco the current directory, pls make sure that the following
- echo file is copied correctly to the current directory:
-
- echo SCSIPROG.DEF
- GOTO ERROR_EXIT
-
- :no_sysprog
- echo The following system file is missing in
- ehco the current directory, pls make sure that the following
- echo file is copied correctly to the current directory:
-
- echo SYSPROG.DEF
- GOTO ERROR_EXIT
-
- :ERROR_EXIT
- ECHO The above-mentioned files are missing from the current directory
- ECHO Upgrading of CDR2000 firmware aborted....
- Echo Please make sure that all the necessary files are copied
- Echo into the current directory and re-run the UPGRADE file again.
-
- :end
-