home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / s.lbr / SCOPY.HZP / SCOPY.HLP
Encoding:
Text File  |  1991-11-18  |  2.8 KB  |  59 lines

  1. ;
  2.                                   SCOPY.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               15k (120)  D6DB  0.8        Rob Friefeld 10/91       Z3COM19
  6.  
  7.   1- Syntax  2- SCOPY Commands  3- Notes  4- SCOPYPAT.Z80                     
  8.  
  9.    Screen Copy is a  screen-oriented file copy utility for  ZCPR3 and  Z3PLUS.
  10. It displays both the source and  destination  directories in  vertical windows
  11. and uses copy commands much like ZFILER's.   It also has extensive support for
  12. file datestamping with commands to select and copy files by  date.   It is not
  13. intended to be a comprehensive file-management tool like ZFILER or DATSWEEP.
  14.  
  15.    SCOPY requires an  extended  TCAP and  will not  work without Insert/Delete
  16. Line and Clear to End of Screen.  It also makes optional use of cursor on/off,
  17. line graphics,  and character  attributes  (to underline a file name character
  18. with its attribute set.) 
  19. :1
  20.  Syntax   SCOPY <source or destination dir:>[mask] [dest dir:]
  21.  
  22.    If only one DIR is given,  it is the target  directory,  and the  currently
  23. logged DIR is the source directory.   If two directories are given, the source
  24. is the first one.  The optional MASK is automatically wildcarded. 
  25.  
  26.    Example:  These three are equivalent --
  27.  
  28.    ( source:  work:       B0:WORK>scopy backup:x.c      or,
  29. destination:  backup:     B0:WORK>scopy x.c backup:     or,
  30.        mask:  x*.c?? )    B0:WORK>scopy work:x.c backup:
  31.  
  32.                           B0:SCOPY X     --> Error: Scr=Dest
  33.  
  34.    File operations are  bi-directional,  so it  doesn't  matter  which  is the
  35. master and which is the target directory.
  36.  
  37.    When re-logging from  within  SCOPY,  the  syntax has the same meaning, but
  38. remember that you will not  necessarily be  currently  logged  into  the  same
  39. directory as at startup.
  40. :2 :SCOPY08
  41. :3
  42.  SCOPY Notes  
  43.  
  44.    a. Z3PLUS Users:  This  version of  SCOPY does not copy file datestamps.  A
  45.       future version will do so.
  46.       
  47.    b. HINT:  Set up SCOPY's query options to allow you to safely play with the
  48.       new date selection methods.   You will be  able  to see  on  screen what
  49.       SCOPY intends to do, but can bail out  at  the  prompt  before  anything
  50.       happens.  The easiest way to do this is to  Ask For Verification.   A ^C
  51.       at the Y/N prompt will cancel the command.
  52. :4
  53.                                SCOPYPAT.Z80 
  54.                                
  55.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  56.               2k  (10)   7FD9  0.8        Rob Friefeld 10/91       Z3COM19
  57. ==============================================================================
  58.  
  59.    Command overlay for SCOPY vs 0.8.