home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / cp31.lbr / CP31.FOR < prev    next >
Encoding:
Text File  |  1993-06-07  |  640 b   |  18 lines

  1.  
  2. This is a modification of Leor Zolman's CP file copy utility:
  3.  
  4. 1.  A rather serious bug has been corrected that allowed a file 
  5. to be copied into itself.
  6.  
  7. 2.  Verification of the copy is now the default, but it can be 
  8. turned off with the /F (fast) switch.
  9.  
  10. 3.  System files are now ignored unless the /S switch is used.
  11.  
  12. ---
  13.  
  14. This library also includes a slightly modified WILDEXP.C, which 
  15. uses the tilde (~) instead of exclamation for negation, and 
  16. ITOA.C, an integer to ASCII function missing from the BDS C 
  17. libraries.
  18.