home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ad109f66.zip / futil.doc < prev    next >
Text File  |  1996-02-27  |  4KB  |  92 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. // fUtil - An AdeptXBBS file system utility program                      //
  3. //                                                                       //
  4. ///////////////////////////////////////////////////////////////////////////
  5.  
  6. Run fUtil from your AdeptXBBS directory.
  7.  
  8. Command line parameters:
  9. ------------------------
  10.  
  11. DELAREA x         - Where 'x' are the area numbers in which to delete all
  12.                     files. A sequence of areas may be specified using the
  13.                     following format: xx-xx  For instance, if you wished to
  14.                     delete all files in areas 11 thru 20 you would enter
  15.                     DELAREAS 11-20
  16.  
  17.                     Multiple sequences may be separated by commas.
  18.  
  19.                     DELAREAS 1-10,31-45,99
  20.  
  21.                     You can delete files in up to 10240 areas.
  22.  
  23.                     NOTE: In testing, I noticed that a very few files
  24.                           would be left in an area after mass deletion.
  25.                           This happened only once. And to only one area
  26.                           out of 10 I was deleting. If this happens to
  27.                           you, please let me know.
  28.  
  29. MOVEAREA x        - Where 'x' are the areas you would like to move files
  30.                     from, and areas to move files to. To separate the 'from'
  31.                     area from the 'to' area, use a minus sign '-'
  32.                     For instance, if you wish to move all files in area 4
  33.                     to area 6 you would enter
  34.                     MOVEAREA 4-6
  35.  
  36.                     Multiple sequences may be separated by commas.
  37.  
  38.                     MOVEAREA 1-3,6-2,7-12
  39.  
  40.                     You can move files in up to 10240 areas.
  41.  
  42.                     Files are moved in the order given.
  43.  
  44. MOVEAFILE x y z   - Moves a single file 'x' from area 'y' to area 'z'.
  45.  
  46. MOVEFILESTODL     - Used with MOVEAREA or MOVEAFILE.
  47.                     It means to move the files to the download path of the new
  48.                     area.
  49.  
  50.                     Default is not to move the files on the disk.
  51.  
  52. MOVEFILESTOUL     - Used with MOVEAREA or MOVEAFILE.
  53.                     It means to move the files to the upload path of the new
  54.                     area, instead of the download path.
  55.  
  56.                     Default is not to move the files on the disk.
  57.  
  58. TOUCHFILE x y     - Used to put a new timestamp on file 'x' in area 'y'.
  59.                     By default it uses the current time. See also
  60.                     TOUCHDATE and USEFILEDATE.
  61.  
  62. TOUCHDATE mm-dd-yy -Used to specify the timestamp for the file you have
  63.                     asked to be touch. 'mm'=month 'dd'=day 'yy'=year
  64.  
  65. USEFILEDATE       - Means to use the files timestamp as the new time for
  66.                     the file you asked to be touched.
  67.  
  68. PRUNE             - Get rid of deleted, old, or unused records in the
  69.                     file system.
  70.  
  71.                     The file system is rebuilt from scratch in the 'Files\New'
  72.                     directory. When complete, the newer file system is copied
  73.                     in place of the old file system. The old file system
  74.                     files are renamed to 'Files\*.Old' or are deleted if you
  75.                     used the DELBACKUPS parameter.
  76.  
  77.                     Times to prune the file system:
  78.  
  79.                     - When you have changed a lot of file descriptions.
  80.                     - When you have deleted a lot of files.
  81.                     - When you have moved a lot of files.
  82.  
  83. DELBACKUPS        - Deletes old file system after it has been pruned.
  84.  
  85. REBUILDDESC       - Rebuilds pointers to file descriptions.
  86.  
  87. DELETEFILES       - When deleting files in an area, this also deletes the files
  88.                     from the disk.
  89.  
  90. Doesn't work?  Cosmetic changes?  Contact AdeptSoft!
  91.  
  92.