home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bbasm500.zip / DOWNLOAD.BAT < prev    next >
DOS Batch File  |  1993-03-11  |  355b  |  9 lines

  1. Echo off
  2. pkzip -z -o %1 <<c:\dos\comment.txt
  3. cls
  4. echo FileName %1 Speed %2 Port %3
  5. echo Protocol %4 UserName %5 %6
  6. IF "%4"=="X" DSZ.COM port %3 speed %2 sx %1
  7. IF "%4"=="Y" DSZ.COM port %3 speed %2 sx -k %1
  8. IF "%4"=="Z" DSZ.COM port %3 speed %2 sz -m -rr %1
  9.