home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / icom201b.zip / DSZ-D.BAT < prev    next >
DOS Batch File  |  1994-06-06  |  2KB  |  40 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 receive using the DSZ
  6. rem  external protocol program, by Chuck Forsberg (Shareware, available on
  7. rem  most BBS's).  This is an EXAMPLE ONLY and may or may not work with your
  8. rem  modem.  If you have problems please refer to the DSZ documentation.
  9. rem
  10. rem  TIP:  If you prefer using DSZ Zmodem rather than Intellicomm's internal
  11. rem  Zmodem, you should consider changing the 'Auto-Zmodem Protocol' to this
  12. rem  external protocol.  This way Icom will automatically call DSZ-Zmodem 
  13. rem  rather than using its internal Zmodem when an auto-Zmodem download is
  14. rem  detected.  See the Intellicomm Main Setup/File Transfer Settings screen
  15. rem  and select the Auto-Zmodem protocol item if you don't understand.  You
  16. rem  may tell Icom to run ANY protocol when an auto-Zmodem download is
  17. rem  detected.
  18. rem
  19. rem  Parameters Passed from Intellicomm:
  20. rem
  21. rem   %1=baud %2=port %3=-CDSlog %4=fspec [or @d:list if File Picker was used]
  22. rem
  23. rem  The -CDS switch points to Intellicomm's Call Data Standard format
  24. rem  Usage Log, if the Log is open when this BAT is called.  Any program
  25. rem  that follows the CDS standard can stamp Icom's Log to keep your records
  26. rem  in the same place, and in the same format.  In this way Log files can
  27. rem  be analyzed by Usage Log analyzers that understand the CDS standard, and
  28. rem  external file transfers will be accounted for in the report.
  29. rem  The -CDS switch is specified in the Call Data Standard, so any program
  30. rem  that follows the standard will be expecting it on its own command
  31. rem  line.  Just use %3 to pass it.
  32. rem
  33. rem  If DSZ is not on your DOS PATH you must precede the DSZ command with
  34. rem  the proper pathname.  E.g.  C:\UTIL\DSZ port ...
  35. rem  Note that Intellicomm will perform a CHDIR to the proper Download
  36. rem  Directory (or Message Directory on mail transfers) before calling this
  37. rem  .BAT, so you needn't specify any CD's or directories here.
  38. rem
  39. DSZ port %2 speed %1 ha on rz -mrr
  40.