home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / creative / cdrupgrd / cdrupgrd.exe / UPGRADE.BAT < prev   
Encoding:
DOS Batch File  |  1995-09-06  |  2.3 KB  |  81 lines

  1. @echo off
  2. cls
  3. echo Checking system files ......
  4.  
  5. if not exist scsi3.exe goto no_scsi3
  6. if not exist syscon3.exe goto no_syscon3
  7. if not exist scsiprog.def goto no_scsiprog
  8. if not exist sysprog.def goto no_sysprog
  9.  
  10. echo This program upgrades your Creative CDR2000 drive to a new
  11. echo firmware.  Please complete the following procedure to upgrade
  12. echo your Creative CDR2000:
  13.  
  14. echo  
  15. echo 1. Switch OFF your Creative CDR2000 drive NOW and
  16. pause
  17. echo 2. Change DIP switch 5 (at the back of the Drive) from
  18. echo    OFF to ON position and
  19. pause
  20. echo 3. Switch ON your Creative CDR2000 drive NOW and
  21. pause
  22. echo  
  23. echo You are now ready to upgrade your CDR2000 drive firmware.
  24. pause
  25. echo Upgrading firmware (Part 1) ......
  26. scsi3                            
  27. echo Upgrading firmware (Part 2) ......
  28. syscon3
  29. echo  
  30. echo Firmware upgraded.  Please completed the following procedure
  31. echo before rebooting:
  32. echo  
  33. echo 1. Switch OFF your Creative CDR2000 drive NOW and
  34. pause
  35. echo 2. Change DIP switch 5 (at the back of the Drive) from
  36. echo    ON to OFF position and
  37. pause
  38. echo 3. Switch ON your Creative CDR2000 drive NOW and
  39. echo    restart your PC by switching OFF and ON.
  40. goto end
  41.  
  42. :no_scsi3
  43. echo The following system file is missing in
  44. ehco the current directory, pls make sure that the following
  45. echo file is copied correctly to the current directory:
  46.  
  47. echo SCSI3.EXE
  48. GOTO ERROR_EXIT
  49.  
  50. :no_syscon3
  51. echo The following system file is missing in
  52. ehco the current directory, pls make sure that the following
  53. echo file is copied correctly to the current directory:
  54.  
  55. echo SYSCON3.EXE
  56. GOTO ERROR_EXIT
  57.  
  58. :no_scsiprog
  59. echo The following system file is missing in
  60. ehco the current directory, pls make sure that the following
  61. echo file is copied correctly to the current directory:
  62.  
  63. echo SCSIPROG.DEF
  64. GOTO ERROR_EXIT
  65.  
  66. :no_sysprog
  67. echo The following system file is missing in
  68. ehco the current directory, pls make sure that the following
  69. echo file is copied correctly to the current directory:
  70.  
  71. echo SYSPROG.DEF
  72. GOTO ERROR_EXIT
  73.  
  74. :ERROR_EXIT
  75. ECHO The above-mentioned files are missing from the current directory
  76. ECHO Upgrading of CDR2000 firmware aborted....
  77. Echo Please make sure that all the necessary files are copied
  78. Echo into the current directory and re-run the UPGRADE file again.
  79.  
  80. :end
  81.