home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / se221.zip / DOWNLOAD.BAT < prev    next >
DOS Batch File  |  1994-04-24  |  444b  |  13 lines

  1. rem DOWNLOAD.BAT for Stellar Empires  c. Gerald Todd Jr.
  2. rem %1 File to send
  3. rem %2 Comm Port
  4. echo off
  5. if not %1?==STELLAR.ZIP? goto SEMAP
  6. rem ' Using PKZip 2.04g, extra compression, and "moving"
  7. rem '  Empire.dat so you don't have to delete it.
  8. pkzip -)-ex-m STELLAR.ZIP Empire.dat
  9. :SEMAP
  10. rem ' DSZ (or GSZ) D turns on carrier detect.  -m uses MobyTurbo if caller does.
  11. if exist %1 then DSZ port %2 D handshake slow sz -m %1
  12. exit
  13.