home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hurricane
/
HURRICANE.ISO
/
tools
/
scxsi
/
wc_reset.bat
< prev
Wrap
DOS Batch File
|
1994-05-23
|
142b
|
12 lines
echo off
if %1. == . goto errout
SCSIMODE 0 %1 0 8 0 0 DEF
goto exit
:errout
echo USAGE WC_RESET target_drive_SCSI_ID
:exit