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

  1. Echo off
  2. cls
  3. Echo Path %1 Filename %2 Speed %3 Port %4
  4. Echo Protocol %5 UserName %6 %7
  5. IF "%5"=="X" DSZ.COM port %4 speed %3 rx %1\%2
  6. IF "%5"=="Y" DSZ.COM port %4 speed %3 rb %1\%2
  7. IF "%5"=="Z" DSZ.COM port %4 speed %3 rz -m -rr %1\%2
  8.     
  9.