home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 21 / CDMM21.iso / worms / modeout.bat < prev    next >
Encoding:
DOS Batch File  |  1996-05-16  |  1.6 KB  |  59 lines

  1. @cls
  2. @echo THIS MACHINE SET TO DIAL VIA MODEM & PLAY WORMS.
  3. @echo.
  4. @echo Please ensure that you have edited the batch file (MODEOUT.BAT)
  5. @echo and inserted the appropriate number where the asterisks are.
  6.  
  7.  
  8.  
  9. SET NETINFO=-M_B9600 -M_DAT&F0&K0\R\2ATDT*********\R\0\2
  10.  
  11. REM             -M_Dxxxxx  to send command data to modem
  12. REM             -M_Bxxxxx  to set Baud Rate
  13. REM             Insert number to dial where the asterisks (*) are
  14. REM             Remember to add a '9' if calling via PBX
  15. REM             \E instead of '=' sign in Hayes comman string
  16. REM             \R sends carriage return
  17. REM             Number = seconds pause (0 waits for a keypress)        
  18.  
  19. REM             9600 is recommended connect baud rate.
  20.  
  21. REM             Hit a key when modems have connected.
  22.  
  23. REM             Problems? Email 'wormsmodem@team17.com'
  24. REM             Or see the MODEMSUPPORT page on the Team17 Worm Web Pages.
  25.  
  26. REM ----------------------------------------------------------------------
  27.  
  28. REM             MODE-WORM! NOTES!
  29.  
  30. REM             TURN OFF ALL COMPRESSION!
  31. REM             TURN OFF ALL ERROR CORRECTION!
  32. REM             TURN OFF BUFFERS!
  33. REM             TURN OFF FLOW CONTROL!
  34. REM             USE DIRECT MODE IF APPLICABLE!
  35.  
  36.  
  37. REM      \N1         ON MICROCOM 
  38. REM      &F0&K0&Q0   ON HAYES  
  39.  
  40.  
  41. REM HAYES:-
  42.  
  43. REM CALLER USES:
  44. REM SET NETINFO=-M_DAT&F0&K0&Q0\R\2ATDT55555555555\R\0\2
  45.  
  46. REM RECEIVER USES:
  47. REM SET NETINFO=-M_DAT&F0&K0&Q0\R\2ATA\R\0\2
  48.  
  49.  
  50. REM MICROCOM:-
  51.  
  52. REM CALLER USES:
  53. REM SET NETINFO=-M_DAT&F\\N1\R\2ATDT55555555555\R\0\2
  54.  
  55. REM RECEIVER USES:
  56. SET NETINFO=-M_DAT&F\\N1\R\2ATA\R\0\2
  57.  
  58.  
  59.