home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Receiving Files........................
- type protmenu.asc
- select X1YZ3456789BCIJKLPQSTUW2
- cd\qm\dn
- cls
- if errorlevel 24 goto ZM
- if errorlevel 23 goto WXM
- if errorlevel 22 goto PUN
- if errorlevel 21 goto TM
- if errorlevel 20 goto SEA
- if errorlevel 19 goto QT
- if errorlevel 18 goto PU
- if errorlevel 17 goto LY
- if errorlevel 16 goto KE
- if errorlevel 15 goto JM
- if errorlevel 14 goto IM
- if errorlevel 13 goto CM
- if errorlevel 12 goto BI
- if errorlevel 11 goto SK9
- if errorlevel 10 goto S8K
- if errorlevel 9 goto SJM
- if errorlevel 8 goto SYM
- if errorlevel 7 goto SWXM
- if errorlevel 6 goto SXCRC
- if errorlevel 5 goto SXCS
- if errorlevel 4 goto DZM
- if errorlevel 3 goto DYM
- if errorlevel 2 goto D1K
- if errorlevel 1 goto DXM
- if errorlevel 0 goto DONE
-
- :ZM
- zmax -B %1 -P %2 -R %4
- goto DONE
- :WXM
- wxmodem -b %1 -l COM%2 -p W -r -c -f %4
- goto DONE
- :PUN
- punter R Z255 P%2 B%1 %4
- goto DONE
- :TM
- tmodem -B %1 -P %2 -R %4
- goto DONE
- :SEA
- clink /P%2 /B%1 R %4
- goto DONE
- :QT
- qt /ac r %4
- goto DONE
- :PU
- puma r
- goto DONE
- :LY
- lynx R /%2 /%1 /S
- goto DONE
- :KE
- pckermit -l COM%2 -b %1 -m 31 -p n -r -a %4 -c
- goto DONE
- :JM
- jmodem R%2 %4
- goto DONE
- :IM
- qmxfer -L COM%2 -B %1 -F %4 -S -P I
- goto DONE
- :CM
- cmodem /tx/port=%2/baud=%1 %4
- goto DONE
- :BI
- bimodem /B %1 /L %2 /D %4
- goto DONE
- :SK9
- SuperK Dr p%2 s%1 rkb
- goto DONE
- :S8K
- SuperK Dr p%2 s%1 rsb
- goto DONE
- :SJM
- SuperK Dr p%2 s%1 rjb
- goto DONE
- :SYM
- SuperK Dr p%2 s%1 ryb
- goto DONE
- :SWXM
- SuperK Dr p%2 s%1 rwb
- goto DONE
- :SXCRC
- SuperK Dr p%2 s%1 rcb
- goto DONE
- :SXCS
- SuperK Dr p%2 s%1 rxb
- goto DONE
- :DZM
- dsz port %2 speed %1 rz %4
- goto DONE
- :DYM
- dsz port %2 speed %1 rb %4
- goto DONE
- :D1K
- dsz port %2 speed %1 rx -k %4
- goto DONE
- :DXM
- dsz port %2 speed %1 rx %4
- goto DONE
- :DONE
- cd\qm
- echo Returning to Qmodem.....
-
-