home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / ccopy.zip / CCOPY.TXT < prev   
Text File  |  1994-11-02  |  2KB  |  66 lines

  1. Hi From Stu.
  2.  
  3. CCOPY.EXE V1.0 10/3/94 Backup file copy for OS/2 2.x and later.
  4. =========
  5.  
  6. by Stuart Mark.
  7. NYTI BBS (914-368-2819)
  8.  
  9. CCOPY is handy little utility that we've seen tons of versions written for
  10. dos, and I'm sure there are tons for os/2 but I could find one so I wrote it.
  11. It simply copies files from one path to another if the date of the source
  12. file is newer than the destination. In this manner you can make incremental
  13. backups of data and source files.
  14.  
  15. This is freeware, give it to everybody and make them use it. This program
  16. is not crippled in any way, I mean, there's not much to it to cripple.
  17. I hate crippled programs. If a program is really good, it's worth spending
  18. the money on and people will pay (stepping off the soapbox).
  19.  
  20. Usage: CCOPY [/U] [drive:][path]<sourcefilespec> [drive:][destpath]
  21.  
  22. Wildcards are supported (basically whatever DosFindFirst will do).
  23. I tried to make it emulate the COPY command as much as possible in so far as
  24. leaving off the second parameter and things like that. In addition, if not
  25. specified, the program will tell you the paths it's copying to, so you can
  26. find out just a bit too late that your copying the wrong thing.
  27.  
  28. There are two modes of operation that CCOPY will follow when copying files.
  29. If you do not specify the parameter /U, the source file will be copied if
  30. the destination file does not exist or has an older file date.
  31.  
  32. If the /U parameter is specified, the source file will only be copied if
  33. the destination file exists and is older. In this manner you can perform
  34. incremental backups of only certain files without having to specify filenames.
  35.  
  36. For example, if your floppy in drive A: has the files hello.c and hello.h
  37. and your c:\work directory has hello.c, hello.h, hello.obj and hello.exe,
  38. you can backup the c and h files by typing:
  39. CCOPY /u c:\work\* a:\
  40.  
  41. If c:\work is the current directory, the following will work as well.
  42. CCOPY /u * a:\
  43.  
  44. I'm really lousy at documentation as you can tell, so play with it and
  45. you'll figure it out.
  46.  
  47. You could always call my board for the latest version and support and
  48. questions and whatever.
  49.  
  50. Version Releases:
  51.  
  52. 11/2/94 1.0 - Initial release. I'm sure it has bugs, but I haven't found any,
  53.               if you find one call my board and post a message somewhere to
  54.               that effect and I'll fix it. Suggestions are also welcome.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.