home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / file / fstat.arj / README.1ST < prev    next >
Encoding:
Text File  |  1992-11-29  |  3.1 KB  |  92 lines

  1.  
  2. FILE: README.1ST
  3.  
  4. DATE: October 28, 1992
  5.  
  6. SUBJECT: Changes in FileStat version 1.05
  7.  
  8.  
  9. The program FILESTAT.EXE has some new features that will enhance the
  10. overall performance of the FileStat package.
  11.  
  12. FILESTAT.EXE will now accept several command line parameters to provide
  13. database maintenence.
  14.  
  15. Calling FILESTAT with the /? option will present a help screen outlining
  16. the available options.
  17.  
  18. OPTIONS:
  19.  
  20. /CLEAN    This option will mark all database records for deletion that
  21.           have no corresponding file on the hard disk.  You may have
  22.           previously accessed files that are no longer on your system.
  23.  
  24. /DAYS=    This option, when used with a number i.e. /DAYS=30, will mark
  25.           all records in your database with no activity in X days.  The
  26.           example above will mark all files with no activiity for more
  27.           than 30 days.
  28.  
  29. /HITS=    Similar in usage to the /DAYS= option, this option will mark
  30.           all records with accesses equal to or less than the number
  31.           supplied.  i.e.  /HITS=2 will mark all records with total
  32.           accesses equal to 2 or less.
  33.  
  34.           You may use any of these options together if you like.  If you
  35.           use the /DAYS= and /HITS= options at the same time, they will
  36.           automatically become dependent on each other, meaning the record
  37.           must meet BOTH the DAYS= and HITS= criteria.
  38.  
  39.               Example:
  40.  
  41.                        FILESTAT /CLEAN /DAYS=60 /HITS=2
  42.  
  43.           This will mark any records that are no longer needed, then mark
  44.           all records with 2 accesses or less, AND haven't been accessed
  45.           in more that 60 days.
  46.  
  47. /PACK     This option will PERMENENTLY remove marked records from the
  48.           database.  The previously described commands will mark selected
  49.           records to be deleted by the /PACK option.  When marked, they
  50.           become invisable to the other FileStat programs, but still remain
  51.           in the database until the /PACK option is run.
  52.  
  53. /UNDO     This option will "un-mark" all records previously marked for
  54.           deletion.  This option will not recover records after /PACK
  55.           option has been used.
  56.  
  57.  
  58. DATE: November 29, 1992
  59.  
  60. SUBJECT: Changes in FileStat version 1.08
  61.  
  62.  
  63. The program FSDEL.EXE has been added to the FileStat package.  FSDEL.EXE
  64. ( FSDelete ) is a program created to delete files from a text file created
  65. with the NOTUSED program.
  66.  
  67. To use FSDelete, type FSDEL filespec.   Filespec must be the name of a
  68. NOTUSED text file.  It is not necessary to type the full path name.
  69.  
  70. Example:
  71.  
  72. You want to get rid of all files with the extention .TMP.
  73.  
  74. Run    NOTUSED *.TMP    then...
  75.  
  76. Run    FSDEL NOTUSED.TMP    and...
  77.  
  78. all files with the extention .TMP will be deleted!
  79.  
  80. You can use these programs in a batch file if you like to perform these tasks
  81. on a regular basis.
  82.  
  83. BE CAREFUL, FSDelete does not allow you to chance your mind once you
  84. have started the program so BE SURE that you really want to delete all the
  85. files in the NOTUSED text file.
  86.  
  87.  
  88.  
  89.  
  90. End-Of-File    README.1ST
  91.  
  92.