home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / oldfile6 / oldfile.doc < prev    next >
Text File  |  1993-05-01  |  4KB  |  125 lines

  1. OLDFILE ~ Programmed by Paul Baker @ 100:1011/0 , 2:440/108 , 90:102/140
  2.                                                             , 51:502/100
  3. Version 5             The Tavern BBS 44-(0)81 445 6514
  4.  
  5. Another Tavern BBS utility, some of the other utilities from these stables
  6.  
  7.                 ACCESS     - Turbo V2 User access editor
  8.                 ACHECK     - AREAS.BBS , DAREAS.BBS Uplink controller
  9.                 FILEBASE   - File database/freq list generator (Turbo V2)
  10.                 JEKSHELL   - Jekyll / Turbo V2 Shell
  11.                 NDLISTER   - FIDO compatable nodelist -> Text file comverter
  12.                 PACKFIX    - Turbo V2 message index fixer (prepack bug)
  13.                 PAGE       - Chat program for V2 of Turbo
  14.                 PREPACK    - Prepacked mail controller
  15.                 PRIG       - IGS text file Processor
  16.                 SORTFILE   - Sorts .FIL files into date or name order
  17.                 STATSGEN   - BBS Stats generator
  18.                 VTMENU     - VT52 Menu Generator
  19.  
  20. What is Oldfile ?
  21. -----------------
  22.  
  23. Oldfile is a program that will search your .FIL files for any downloads that
  24. either haven't been downloaded within a specified number of days or for any
  25. files that have never been downloaded and that were uploaded over that
  26. number of days ago.
  27.  
  28. It will then either display the information to the screen, to a file or
  29. move the file itself into a holding folder ready for you to put on floppy
  30. disk and then mark the file as Offline in the .FIL .
  31.  
  32. Oldfile will now also let you automatically restore off-line files.
  33.  
  34. Options
  35. -------
  36.  
  37. It accepts 3 Parameters   MOVE , RESTORE and REPORT and they use the
  38. following format.
  39.  
  40. REPORT
  41. ------
  42.  
  43. This puts the full path and filename together with the number of days in a
  44. text file.
  45.  
  46.  
  47. (Number of days) REPORT (Full path and filename of report file) (minimum K 
  48.                                                                  to report)
  49.  
  50. E.G.    365 REPORT e:\turbo\oldfiles.txt 50
  51.  
  52. MOVE
  53. ----
  54.  
  55. This moves old files into a holding folder (You will need to create one)
  56. and marks the files as off-line , if there isn't enough free space on the
  57. destination drive the file will not be moved.
  58.  
  59. (Number of Days) MOVE (Full Path to store files) (K length to ignore)
  60.  
  61. E.G. 365 MOVE g:\oldfiles\ 50
  62.  
  63. will move any files which haven't been accessed in 365 days into the 
  64. holding folder g:\oldfiles\ as long as they are also over 50K in length.
  65.  
  66. RESTORE
  67. -------
  68.  
  69. IF a user requests a file that has been moved offline then this will copy
  70. the offline file back into the BBS , update the date uploaded and date
  71. last downloaded to the current date and remove the file off-line flag from
  72. the .FIL entry.
  73.  
  74. the file/files need to be put in a folder and the command used as follows
  75.  
  76. RESTORE (path of folder containing the files to be restored)
  77.  
  78. eg   RESTORE h:\restore\
  79.  
  80. Oldfile will then search your .FIL files for a matching filename and then
  81. move it into the appropriate folder.
  82.  
  83. If there are no files in the folder , OLDFILE will exit immediately , making
  84. it possible to run RESTORE once a day in a batch file.
  85.  
  86. Passing ? as a parameter will list a help screen.
  87.  
  88. Bypassing Areas
  89. ---------------
  90.  
  91. If you have particular areas you want to Bypass regardless of the length of
  92. time since the files were last downloaded then create a text file called
  93. OLDFILE.BYP , this is a straight ASCII list of the Download areas you want 
  94. bypassed.
  95.  
  96. e.g.
  97.  
  98. ACCS
  99. GAMES
  100. BBS
  101.  
  102. **************************
  103. *UPDATE - UPDATE - UPDATE*
  104. **************************
  105.  
  106. I recently discovered that if I used the RESTORE function and the file to
  107. be restored had the same name as an existing archive OLDFILE would attempt
  108. to restore the file to the wrong area.
  109.  
  110. OLDFILE will now make sure the file is OFFLINE and compare the file size
  111. in the .FIL with the actual archive/program size , if both of these
  112. condidtions are true, ONLY then will the file be restored.
  113.  
  114.  
  115. IMPORTANT
  116. ---------
  117.  
  118. As is usual , I accept no responsibilty for any damage either directly or
  119. indirectly caused by this program , you use it entirely at your own risk.
  120.  
  121. Saying this I have had it set up running in a batch file once a day for the
  122. the last year and haven't had any problems.
  123.  
  124.  
  125.