home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / procomm / z4pcplus.arc / READ.ME < prev   
Text File  |  1988-02-22  |  2KB  |  49 lines

  1. The small batch files included in this .ARC file will help automate Omen 
  2. Technology's outstanding DSZ.COM usage as an external protocol in Procomm 
  3. Plus.  
  4.  
  5. Installation:
  6.  
  7. 1.  Access the PROTOCOL function of Procomm+ by pressing ALT-S and selecting 
  8. the PROTOCOL OPTIONS menu bar.
  9.  
  10. 2.  Change the External 1 download protocol file name to DSZDOWN.  
  11.  
  12. 3.  Change the External 1 upload protocol file name to DSZUP.
  13.  
  14. 4.  Copy DSZUP.BAT and DSZDOWN.BAT into the directory containing Procomm+.
  15.  
  16. Usage:
  17.  
  18. Download files by pressing PAGE DOWN and selecting DSZDOWN (protocol # 14).  
  19. The batch file assumes that you have already selected a file name before 
  20. pressing PAGE DOWN, and that the host system will send the files name to DSZ.
  21. Upload files by pressing PAGE UP and selecting DSZUP.  At the Procomm+ 
  22. PARAMETERS prompt, enter the file name.ext you wish to transfer to the host.
  23. In either mode, once file transfer is completed, your computer will BEEP once 
  24. to alert you.
  25.  
  26. Batch file listings:
  27.  
  28. DSZUP.BAT
  29.  
  30. ECHO OFF
  31. DSZ sz \FILES\%1
  32. ECHO ^G
  33. -----------------------------------------------------------------------------
  34.  
  35. DSZDOWN.BAT
  36.  
  37. ECHO OFF
  38. DSZ rz \FILES\UNTESTED
  39. ECHO ^G
  40.  
  41. -----------------------------------------------------------------------------
  42.  
  43. ZMODEM commands are implemented in the batch files, but any valid DSZ 
  44. commands may be put in the files.  Replace FILES  and FILES\UNTESTED with the 
  45. directory paths for your uploads and downloads.  
  46.  
  47. NOTE:  The batch files were created using DOS'es EDLIN editor.  The ^G 
  48. command may not look like ^G if you use another editor to modify the files.
  49.