home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Sending Files........................
- type protmenu.asc
- select X1YZ3456789BCIJKLPQSTUW2
- 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 -F %4
- goto DONE
- :WXM
- wxmodem -s -b %1 -l COM%2 -p y -f %4
- goto DONE
- :PUN
- punter S Z255 P%2 B%1 %4
- goto DONE
- :TM
- tmodem -B %1 -P %2 -F %4
- goto DONE
- :SEA
- clink /P%2 /B%1 T %4
- goto DONE
- :QT
- qt /ac s %4
- goto DONE
- :PU
- puma s %4
- goto DONE
- :LY
- lynx S /%2 /%1 /S %4
- goto DONE
- :KE
- pckermit -l COM%2 -b %1 -m 31 -p n -s %4 -c
- goto DONE
- :JM
- jmodem S%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 /U %4
- goto DONE
- :SK9
- SuperK Ds p%2 s%1 skb f %4
- goto DONE
- :S8K
- SuperK Ds p%2 s%1 ssb f %4
- goto DONE
- :SJM
- SuperK Ds p%2 s%1 sjb f %4
- goto DONE
- :SYM
- SuperK Ds p%2 s%1 syb f %4
- goto DONE
- :SWXM
- SuperK Ds p%2 s%1 swb f %4
- goto DONE
- :SXCRC
- SuperK Ds p%2 s%1 scb f %4
- goto DONE
- :SXCS
- SuperK Ds p%2 s%1 sxb f %4
- goto DONE
- :DZM
- dsz port %2 speed %1 sz %4
- goto DONE
- :DYM
- dsz port %2 speed %1 sb %4
- goto DONE
- :D1K
- dsz port %2 speed %1 sx -k %4
- goto DONE
- :DXM
- dsz port %2 speed %1 sx %4
- goto DONE
- :DONE
- echo Returning to Qmodem.....
-
-