home *** CD-ROM | disk | FTP | other *** search
/ Doom Extras / DExtras.iso / accessor / loaders / dmmodem / rm.bat < prev    next >
DOS Batch File  |  1994-04-19  |  462b  |  27 lines

  1. @ECHO OFF
  2. if %1 == M goto MODEM
  3. if %1 == m goto MODEM
  4. if %1 == L goto Startgame
  5. if %1 == l goto Startgame
  6. if %1 == " " goto OH_OH
  7.  
  8. :OH_OH
  9. cls
  10. ECHO You didn't read the directions! you need to enter more info.
  11. ECHO Now be a man and go back and RTFM (READ THE FLIPPIN' MANUAL)!
  12. Goto End
  13.  
  14. :MODEM
  15. BNU >NUL
  16. BNU /L%2:19200,8N1 /I1+
  17. ECHO Raising DTR and RS Signals on COM%2: ...
  18. CARRIER %2 19200 >NUL
  19. RDM
  20. BNU /U
  21. GOTO END
  22.  
  23. :Startgame
  24. RDM
  25.  
  26. :End
  27.