home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / RSCOPY.ZIP / RSCOPY.TXT < prev   
Text File  |  1992-11-14  |  629b  |  13 lines

  1. RSCOPY is a simple REXX program that I find handy for doing backups.  I first encountered this approach with Norton's NCOPY.  RSCOPY only copies a file if it does not exist in the target path or if the new (source) file has a more recent timestamp on it than the one in the target path.
  2.  
  3. It needs to run in OS/2 (I use 2.0) because it loads an external REXX function provided by the REXX environment.
  4.  
  5. Example:
  6.  
  7.     call rscopy c:\quicken\*.*   a:\quick_91
  8.     call rscopy c:\quicken5\q.cfg   a:\quick_91
  9.     call rscopy c:\utility\*.*   a:\utility
  10.  
  11. Comments?  CompuServe 72206,2604; ExecPC Mike Sovitzky
  12.  
  13.             by Rick Sovitzky