home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 29 / amigaformatcd29.iso / -coverdisks- / 113a / sizeprogs / sizecopy.readme < prev    next >
Encoding:
Text File  |  1998-06-08  |  1.5 KB  |  51 lines

  1. Short:    SizeCopy 1.01 - Copy files depending on size
  2. Author:   jthorsen@netpower.no
  3. Uploader: jthorsen@netpower.no
  4. Type:     util/cli
  5. Replaces: util/cli/SizeCopy.lha
  6. Version:  1.01
  7.  
  8.  
  9. SizeCopy is email-ware, which means that if you like it I would really like to receive a mail from 
  10. you telling me so.
  11. SizeCopy is a copy-util that will let you copy files from one directory into another, depending on the file-size.
  12.  
  13. USAGE:
  14. SizeCopy <source> <dest> [min=<n bytes>] [max=<n bytes>] [is=<n bytes>] [LIST] [QUIET]
  15.  
  16. SOURCE_DIR     - Source-dir
  17. DEST_DIR       - Dest-dir
  18. MIN            - Minimum filesize to copy
  19. MAX            - Maximum filesize to copy
  20. IS             - Only copy files that are exactly this size
  21. LIST           - Do not copy files, only list them.
  22. QUIET          - Do not ask questions, this is smart to use in scripts where 
  23.                  you don't want the program to wait for your response.
  24.  
  25. example:
  26. SizeCopy BBS:upload/ ram:today/ min=50000 max=100000 ;This will copy files in the 50K -> 100K range
  27.  
  28. SizeCopy store: store3:tmp/ max=1000000 LIST ;This will list files in store: that are 1MB or less in size.
  29.  
  30.  
  31. This should be quite simple to figure out I guess, but if you are stuck feel free to 
  32. send me a mail.
  33.  
  34. SizeCopy is part of a serie of smart little tools. You should also check out the following tools:
  35.  
  36. DayCopy
  37. DayDelete
  38. DayMove
  39. DayList
  40. SizeDelete
  41. SizeMove
  42. SizeList
  43.  
  44.  
  45. Version History:
  46.  
  47. 1.01 Now uses raw-mode for input, so the input will not be put in the CON's history.
  48.      Reported by Stefan Schulz
  49.  
  50. 1.0  First public release
  51.