home *** CD-ROM | disk | FTP | other *** search
- REM------------------FIXRIP.BAT-----------------------
- isrip \wc30\wcwork\node1
- if errorlevel 2 goto NORIP
- if errorlevel 1 goto RIP
- goto NORIP
-
- REM------RIP detected. Send the POSTRIP.RIP file out the com port.
- REM------ NOTE: WCREAD is a utility available on the MSI HQ BBS that
- REM------ sends a file out the com port with proper handshaking.
- :RIP
- cd\wc30
- wcread postrip
-
- REM------No RIP detected. Just return to calling progrm.
- :NORIP
- REM------------------End of FIXRIP.BAT------------------
-
-