home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / ibm / pc / misc / 17176 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.8 KB

  1. From: Sheldon.Sawatzky@f886.n2000.z12.misgate.gmi.org (Sheldon Sawatzky)
  2. Sender: uucp@misgate.gmi.org
  3. Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!sdd.hp.com!col.hp.com!gmi!misgate!uucp
  4. Newsgroups: comp.sys.ibm.pc.misc
  5. Subject: Procomm Plus script help
  6. Message-ID: <728159492.F00001@misgate.gmi.org>
  7. Date: Tue, 26 Jan 1993 10:02:00 -0700
  8. Lines: 38
  9.  
  10. DWM>I have been trying to transfer files between two computers using
  11. DWM>Procomm Plus, and have been thwarted. I have to call from one
  12. DWM>computer to the other for both sending and receiving of files.
  13. DWM>(The goal is to swap the files back and forth as updates occur- it's
  14. DWM>not often enough to warrant a network.) To do this, in the sending case,
  15. DWM>I basically tell the remote computer to switch directories, receive
  16. files,
  17. DWM>switch dirs again and receive files again. In the receiving case I do the
  18. DWM>same algorithm by executing a remote script. However, it is messed up by
  19. DWM>the behavior of zmodem, which recognizes incoming files, and then doesn't
  20. DWM>do any actual downloading. Here are the scripts:
  21.  
  22. DWM>Sending files:
  23.  
  24. DWM>SENDFILE ZMODEM "C:\BARROW\*.*"
  25. DWM>SENDFILE ZMODEM "C:\BARROW\DATA\*.*"
  26.  
  27. DWM>SENDFILE ZMODEM "C:\BARROW\DATA\*.*"
  28.  
  29. To use ZMODEM with ProCOMM do not use SENDFILE.  For an upload, the
  30. command line should read:
  31.  
  32. DOS "ZMODEMU C:\BARROW\DATA\*.*"
  33.  
  34. For a download, the line should read:
  35.  
  36. DOS "ZMODEMD C:\BARROW\DATA\*.*"
  37.  
  38. DWM>Oh- and there is not a problem becuase of zmodem's file overwriting
  39. DWM>protection. I move the files to another directory before I start this,
  40. DWM>so the two directories are empty.
  41.  
  42. In your ZMODEMD.BAT file put the -c switch (DSZ -c).  Files will not
  43. be overwritten but given new sequential extensions.
  44.  
  45.  
  46.  * Origin: Taiwan Misionary BBS - Taichung, TAIWAN (12:2000/886)
  47.  
  48.