home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::
- :: %1 = Uart Base Like: '03F8' (Can be used for NON Standard COM Ports
- :: And DSZ portx command)
- ::
- :: %2 = IRQ, the Interrupt in which the COM Port is on.
- ::
- :: %3 = Full path+filename to file being Downloaded Like: 'L:\001A\FILE.ZIP'
- ::
- :: %4 = COM Port (Suchas 1 or 2) Can be used with DSZ port command
- ::
- :: %5 = Caller Connect Speed Like '2400'
- ::
- :: %6 = Locked Baud Rate Like: '19200'
- ::
- dsz.com port %4 handshake both pB4096 z estimate 0 %5 sx %3
-