home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / icom201b.zip / DSZ-U.BAT < prev    next >
DOS Batch File  |  1994-06-06  |  805b  |  19 lines

  1. @Echo off
  2. Echo off
  3. CLS
  4. rem  This is an example of a BAT to use in one of Intellicomm's external
  5. rem  protocol entries.  It is set up for a Zmodem upload using the DSZ
  6. rem  external protocol, by Chuck Forsberg.  This is an EXAMPLE ONLY
  7. rem  and may or may not work with your modem.  If you have problems
  8. rem  please refer to the DSZ documentation.
  9. rem
  10. rem  Please see DSZ-D.BAT for a description of the parameters Intellicomm
  11. rem  passes when calling external protocols.
  12. rem
  13. rem  You must precede the DSZ command with the proper pathname if DSZ.COM
  14. rem  is not located on your PATH (e.g. C:\UTIL\DSZ port ...).
  15. rem  Note that Intellicomm will perform a CHDIR to the first directory on
  16. rem  your Upload PATH before calling this .BAT.
  17. rem
  18. DSZ port %2 speed %1 ha on sz -m %4 %5 %6 %7 %8 %9
  19.