home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FOKF100.ZIP / FOKF100.DOC next >
Text File  |  1992-07-06  |  3KB  |  54 lines

  1. FOKF100.EXE -- Fixes FrontDoor OKFILE.TXT Files -- (C) by Chris O'Neill
  2. -----------------------------------------------------------------------
  3.  
  4. PURPOSE:    In order to process file requests, FrontDoor requires a file
  5.             listing the file areas to be searched.  In the FrontDoor setup
  6.             menu, this file is called the "Okfile" so (being a brilliant
  7.             guy!) I chose the name OKFILE.TXT for the file on my system.
  8.  
  9.             This program reads the OKFILE.TXT and removes any listings
  10.             where the subdirectory no longer exists.  As well, it makes
  11.             sure that each entry contains a trailing "\" as FrontDoor
  12.             requires one.  Finally, it makes sure each listing is in
  13.             upper case (yeah, I know it doesn't matter, but I'm picky!)
  14.  
  15. REQUIRES:   Nothing!  Well, uhhh... it DOES require a file that lists 
  16.             the subdirectories that you want FrontDoor to search when
  17.             a file request comes in.
  18.  
  19. OPERATION:  Real simple!  Just copy FOKF100.EXE into any directory on your
  20.             hard drive (I recommend you use the same directory that
  21.             FrontDoor is in), then run FOKF100 using the following syntax:
  22.  
  23.                         FOKF100 filename
  24.  
  25.             Where "filename" is the name of the file that contains the
  26.             listing of subdirectories.  (If you forget to add the
  27.             "filename" parameter, don't worry 'cause FOKF100.EXE will
  28.             remind you with a friendly help screen.)
  29.  
  30. WARRANTY:   This thing will definately take up space on your hard drive.
  31.             That's all I guarantee it will do, although I can say that
  32.             it DOES work on my system.
  33.  
  34. SUPPORT:    Yeah, right! ;-)  Actually, if you have any comments about
  35.             FOKF100.EXE that you'd like to pass on to me, send netmail.
  36.             Please DON'T send flames....  my ego is fragile!
  37.  
  38. COST:       Give your kids a hug.  Give some money to your favorite
  39.             charity.  Recycle something.  Whatever.  Just DON'T send
  40.             ME money...  Having to worry about what to do with my
  41.             new-found millions will drive me nuts!
  42.  
  43. FOR THOSE   FOFK100.EXE was written using Microsoft QuickBASIC v4.5 and
  44. WHO CARE:   ADVBAS v99B by Thomas G. Hanlin III.  One of these days,
  45.             when I have more time and money, I'm gonna learn how to do
  46.             it in C/C++.  In the meantime, I hope you enjoy it for what
  47.             it is.
  48.  
  49. Chris O'Neill
  50. Polar Bear Heaven BBS
  51. Winnipeg, Manitoba Canada
  52. @FidoNet 1:348/405.0
  53. July 7, 1992
  54.