home *** CD-ROM | disk | FTP | other *** search
/ Hurricane / HURRICANE.ISO / tools / scxsi / wc_reset.bat < prev   
DOS Batch File  |  1994-05-23  |  142b  |  12 lines

  1. echo off
  2. if %1. ==    . goto errout
  3.  
  4. SCSIMODE 0 %1 0 8 0 0 DEF
  5.  
  6. goto exit
  7.  
  8. :errout
  9. echo USAGE WC_RESET target_drive_SCSI_ID
  10.  
  11. :exit
  12.