home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / cdmx2204.zip / FILLFREQ.DOC < prev    next >
Text File  |  1994-03-28  |  4KB  |  88 lines

  1.  
  2.         (C)1994 Robert E. Lee 1:232/31 (309)797-6027  New Century BBS
  3.  
  4.         "I am the way, the truth, and the life.  No man shall come to the
  5.         Father except by me."  -- Jesus Christ --
  6.  
  7.  
  8.         FILLFREQ.DOC
  9.  
  10.  
  11.  
  12.         This little utility will assist you, the sysop, in filling
  13.         offline files requests made by your users using cdmx2dor.  To run
  14.         the program, just type:
  15.  
  16.         fillfreq
  17.  
  18.         and the program will start.  You must have a file called
  19.         FREQSUB.CNF in the same subdirectory as the door for this program
  20.         to operate reliably.  FREQSUB.CNF is hardcoded, so you must use
  21.         that name and cannot use another name.  FREQSUB.CNF will have the
  22.         drive/path to your holding directory (where found files will be
  23.         copied and held for your users that have requested an offline
  24.         file).  FREQSUB.CNF will look something like this:
  25.  
  26.         C:>type freqsub.cnf
  27.         c:\work
  28.  
  29.         C:>
  30.  
  31.  
  32.         you'll just see "c:\work" when you type it.  That is the holding
  33.         directory where files will be copied and await pickup from a
  34.         requesting user.  FILLFREQ will look through a list that is
  35.         generated by the file request module of CDMX2Dor.  That list
  36.         will be name FREQFILE.LST and will contain the following
  37.         information:
  38.  
  39. Jim Beam|03-23-1994|PowerPak '92|TRIAL.ZIP|BAD
  40. Jim Beam|03-24-1994|SoundWare CD|BUZZ.ZIP|
  41. Randy Miller|03-27-1994|Tech Arsenal CD|SOMETHIN.ZIP|
  42. Walter Everett|03-27-1994|PowerBox v1.00|WOLFGOD.ZIP|OK
  43.  
  44.  
  45.         First is the name of the requester, second is the date of the
  46.         request, third is the name of the CD that the user desires you
  47.         search for their file; next is the name of the file...
  48.  
  49.         If the file search resulted in the file being found, then an OK
  50.         will be appended to this request line and the file will be copied
  51.         to the holding directory and await pickup by the user.  Once it
  52.         is picked up, it will be deleted.  If the file was not found, a
  53.         "BAD" will be appended to it and the user will be shown a message
  54.         that the file request was not found as the file did not exist.
  55.         After the user sees that message, his BAD request will be
  56.         deleted.
  57.  
  58.         A user may request only 5 files at one time and must await the
  59.         disposition of these files before he can request anything new.
  60.  
  61.         When you run FILLFREQ, you will be shown this list and will be
  62.         shown whether it is a request that is "filled" (you've already
  63.         filled it), "not found" (you tried and it was not there but the
  64.         user hasn't look to see that yet), or "New request" (the user is
  65.         expecting you to try to fill this request.
  66.  
  67.         If you encounter a "new request" and desire to fill it at this
  68.         time, then press "f" for "fill" and the "activity window" will
  69.         show you:
  70.  
  71.         1) the drive/path to the hold subdirectory
  72.         2) the name of the CD to put in your drive
  73.         3) ask you what drive to look on for the file
  74.         4) give you a report of what happened.
  75.  
  76.         If the request was found, it will be copied to the hold directory
  77.         for the user to get.  If not, then not, but the user will be told
  78.         that it was not found.  If you do not want to fill the new
  79.         request at this time, just type "S" or ENTER to SKIP over that
  80.         particular request.
  81.  
  82.         For the most part, I think, files should be deleted when they are
  83.         picked up, and BAD requests will be deleted once a user has seen
  84.         that their request was not found.  Best thing is to try the
  85.         utility out.  Make sure that "trunk.exe" also exists in the same
  86.         sub as the fillfreq.exe program and that freqsub.cnf is also
  87.         there with the appropriate drive/path information.
  88.