home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Smodem external batch file for PCBoard
- rem
- rem Port Lock
- rem Use Type Size MNP Open Lines Protocol Description
- rem ═══ ════ ════ ═══ ════ ═════ ═════════════════════════════════════════
- rem S B 1024 N N Y Smodem (High performance, Bi-directional)
- rem
- if exist pcberr.fil del pcberr.fil
- if exist pcbdsz.log del pcbdsz.log
- smodem /q /m /g /l:23 /p:%1 /e:300 /d %6 /u %3
-
-