home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Smodem external batch file with auto upload 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
- if %3 == MSG%PCBNODE%.$$$ goto QWK
- rem upfile generates upload.lst for file requesting
- upfile.exe
- goto UP
- :QWK
- rem replace your own QWK name!
- echo QWKNAME.REP > upload.lst
- :UP
- smodem /D /q /m /g /l:23 /p:%1 /e:300 /d %3 /U @upload.lst
- del upload.lst
-