home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ISRIP.ZIP / FIXRIP.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-05  |  533 b   |  18 lines

  1. REM------------------FIXRIP.BAT-----------------------
  2. isrip \wc30\wcwork\node1
  3. if errorlevel 2 goto NORIP
  4. if errorlevel 1 goto RIP
  5. goto NORIP
  6.  
  7. REM------RIP detected. Send the POSTRIP.RIP file out the com port.
  8. REM------  NOTE: WCREAD is a utility available on the MSI HQ BBS that
  9. REM------        sends a file out the com port with proper handshaking.            
  10. :RIP
  11. cd\wc30
  12. wcread postrip
  13.  
  14. REM------No RIP detected. Just return to calling progrm.
  15. :NORIP
  16. REM------------------End of FIXRIP.BAT------------------
  17.  
  18.