home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / zcopy120.zip / ZCOPY120.DOC < prev   
Text File  |  1990-08-07  |  2KB  |  49 lines

  1.      ZCOPY.COM  VERSION 1.2 -- supersedes version 1.0
  2.  
  3. ORIGINALLY DESCRIBED IN PC MAGAZINE, FEB 28, 1989 VOL 8 NUMBER 4 PAGE 251
  4.  
  5. PURPOSE: Transfers files at high speed via a serial link
  6. between machines that do not share a common disk format.
  7. Null modem cable required.
  8.  
  9. FORMAT:  ZCOPY source [target]  [/w][/n][/u][/o][/a][/p][/d]
  10.  
  11. REMARKS: The two machines must be IBM-compatible and must be
  12. connected by a standard null-modem cable.  Zcopy is executed
  13. with appropriate parameters, on both machines; a 30-second
  14. default) connect time is provided.
  15.   On the sending machine both a source (filename plus any
  16. needed drive and path) and a target (COM1 or COM 2) must be
  17. specified.  ZCOPY supports the * and ? DOS filename
  18. wildcards," but it does not permit renaming files during
  19. transfer.  On the receiving machine the source is COM1 or
  20. COM2 and the target, if specified, must be a directory path.
  21. Any needed subdirectories must be created on the receiving
  22. machine before using ZCOPY.)
  23.   The optional /w and /n switches operate before connection is
  24. established, and so are entered on the ZCOPY command line of
  25. each machine.  The /w parameter prolongs the connection
  26. timeout indefinitely; it can be canceled with Ctrl-Break.
  27. The /n parameter sets the highest bit-per-second rate at
  28. which ZCOPY will attempt to transfer data. If used it must be
  29. the same on both machines.  The default is /1 (115 kilobits
  30. per second).   Other acceptable values are /2 through /6
  31. kbps, 38.4 kbps, 19.2 kbps, 9600 kbps, and 4800 kbps,
  32. respectively). If ZCOPY cannot maintain error-free transfer
  33. at a given transfer rate, it automatically steps down to the
  34. next lower speed.
  35.   The other optional parameters may be entered on either
  36. machine's ZCOPY command line.  The /u (Update) switch permits
  37. overwriting same-named files on the receiving machine without
  38. operator confirmation if the source file is more recent. The
  39. o (Overwrite) switch suppresses the confirmation prompt for
  40. all files.  By default, when ZCOPY receives a disk-full
  41. signal, before aborting it tries to find a smaller selected
  42. source file that will fit on the receiving disk.  The /a
  43. Abort on Full) aborts at the first disk-full indication.
  44. The /p (Pause) switch creates a pause before the transfer
  45. operation begins after the connection between machines has
  46. been made, permitting changing a disk.  The /d option changes
  47. the date of a received file to that of the receiving machine.
  48. -------------
  49.