home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / rcpmc12.lbr / RCPMC12.FOR < prev   
Encoding:
Text File  |  1993-06-07  |  1.1 KB  |  28 lines

  1. Experimental RCP module MC - MultiCopy (Wild card file copier with rename.)
  2. Version 1.2
  3. 25 Nov 87
  4.  
  5. Update:
  6. - Bug fix -
  7.     1) User number report now goes above #15.
  8.     2) I misunderstood file selection flag for GETDIR.  Flag to select
  9.        all files should be 81h.  Previous version ignored SYS files.
  10.  
  11. - Requires about 600 bytes exclusive of support routines. (77 bytes smaller
  12.   than previous version)
  13.  
  14. - Can be assembled to take a command line option "/o",
  15.   where "o" selects files to be copied by attribute
  16.   (Archive, System, F1..4) or inverse of these (~A, ~S, ~F1..4).
  17.   "/I"  option will Inspect before copying (similar to ERA I).  
  18.   Size 730 bytes (60 bytes larger than RCPMC1A)
  19.   The f attribute tags have been very useful, for example in tagging
  20.   all the modules needed on the RAM disk for a certain project, or tagging
  21.   any group of frequently copied files with dissimilar names.
  22.  
  23. - To facilitate using the copy-by-attribute scheme, I have included a sample
  24.   directory program (using SYSLIB,et. al.) which shows all the file attributes
  25.   in reverse video the way NSWEEP does.
  26.  
  27. Rob Friefeld
  28. y program (using SYSLIB