home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / SMODEM9C.ZIP / PCBRS.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-06-26  |  443 b   |  13 lines

  1. echo off
  2. rem Smodem external batch file for PCBoard
  3. rem 
  4. rem                   Port Lock
  5. rem Use Type Size MNP Open Lines           Protocol Description
  6. rem ═══ ════ ════ ═══ ════ ═════ ═════════════════════════════════════════
  7. rem  S   B   1024  N   N     Y   Smodem (High performance, Bi-directional)
  8. rem 
  9. if exist pcberr.fil del pcberr.fil
  10. if exist pcbdsz.log del pcbdsz.log
  11. smodem /q /m /g /l:23 /p:%1 /e:5 /z:%dszlog% /d:%6
  12.  
  13.