home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / nfiles10 / newfiles.doc < prev    next >
Text File  |  1994-02-28  |  5KB  |  126 lines

  1.  
  2.                   ooooooooooooooooooooooooooooooooooooooooooo
  3.                   o  NEWFILES - The Newfiles Data Creator.  o
  4.                   o                                         o
  5.                   o     © 1992/93/94 by Robert Darling.     o
  6.                   ooooooooooooooooooooooooooooooooooooooooooo
  7.  
  8.  
  9.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.      This program is released with no guarantees!  You use this program  at 
  11.      your  own risk and I accept no  responsibilty for any damage that  may 
  12.      be caused by use or mis-use of this program.  The source code  remains 
  13.      my copyright.
  14.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15.  
  16.      Welcome to the latest version of Newfiles.
  17.  
  18.      This  program  has been written to create a list of newfiles  since  a 
  19.      user last called your BBS system.  It is designed to work on  QuickBBS 
  20.      systems only, and used in conjunction with HoloQWK (©Dave Meaker), and 
  21.      Amail (©Andy Styles) QWK mailer programs.
  22.  
  23.      It  is very easy to use and should cause you no problems when  setting 
  24.      it up. It requires a small control file to be in the same directory as 
  25.      itself  and  must be named NEWFILES.CTL.  You should find  an  example 
  26.      control file included within the archive.
  27.  
  28.      If you have used a previous version of Newfiles,  please note a change 
  29.      to keyword DORINFO - it is now called QWKINFO.
  30.      
  31.      Keywords/statements are:
  32.  
  33.      QBBS <full pathname>
  34.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  35.      e.g. D:\QBBS\
  36.  
  37.      This  must  point to your main QuickBBS directory.  It will  look  for 
  38.      files in this directory, such as your USERS.BBS file.
  39.  
  40.      QWKINFO <full pathname>
  41.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  42.      e.g. D:\QBBS\HOLOQWK\
  43.  
  44.      This  points to the directory where it will find one of the  following 
  45.      files:
  46.  
  47.      QWKUSER.INF    or   AMAIL.INF     or    DORINFO1.DEF
  48.  
  49.      These  files are used to tell Newfiles the last date a caller  was  on 
  50.      the BBS.
  51.  
  52.      HoloQWK  uses these files in the main QuickBBS directory so a copy  of 
  53.      the pathname from the QBBS statement above can be used.  Amail, on the 
  54.      other hand,  expects to find these files in it's own directory so just 
  55.      enter the path to your Amail program here.
  56.  
  57.      NEWFILE <full pathname>
  58.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  59.  
  60.      e.g. D:\QBBS\HOLOQWK\
  61.  
  62.      This  is the path that will be used when writing out the  NEWFILES.DAT 
  63.      file. Do not add the filename, Newfiles does this for you.
  64.  
  65.      SIZE
  66.      ¯¯¯¯
  67.      This  simple  switch  just  allows the file  size  information  to  be 
  68.      included in the list.
  69.  
  70.  
  71.      Pathnames will have a backslash appeneded to them if  you do not enter 
  72.      them yourself.
  73.      
  74.      
  75.                               Update information.
  76.                               ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  77.  
  78.      Version 0.2
  79.      ¯¯¯¯¯¯¯¯¯¯¯
  80.      In version 0.2 I added a small piece of code to account for a user who 
  81.      calls twice in one day.  Now, if a user has called on the same day the 
  82.      list is created using the date of the previous day.
  83.  
  84.      Version 0.3
  85.      ¯¯¯¯¯¯¯¯¯¯¯
  86.      In version 0.3 I tidied up the finished list. It now includes the name 
  87.      of your BBS system.
  88.  
  89.      Version 0.4
  90.      ¯¯¯¯¯¯¯¯¯¯¯
  91.      Important bug fix! I completely overlooked the users security level so 
  92.      he  would  get a list of files,  including those that  should  not  be 
  93.      accessible to him!
  94.  
  95.      This  version now also  adds the date information to the list.  Now  a 
  96.      user  can tell when the list has been created from.  It also adds  the 
  97.      date the list was created to the bottom of the list.
  98.  
  99.      Version 0.5
  100.      ¯¯¯¯¯¯¯¯¯¯¯
  101.      I found a small bug!  As I tidied up my system and re-arranged some of 
  102.      the file areas I created folders into which I transferred some of  the 
  103.      existing files.  The date of the folder actually allowed old files  to 
  104.      be added to the list, regardless of the file's date! Fixed.
  105.  
  106.      Also added a total file count - yet another cosmetic change!
  107.  
  108.      Version 0.6
  109.      ¯¯¯¯¯¯¯¯¯¯¯
  110.      Yet another cosmetic change!  Now the contents of each area are sorted 
  111.      into order. Looks neater!
  112.  
  113.      Version 0.7 - 0.8
  114.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  115.      Don't fully remember all the changes  made as it was quite a long time 
  116.      but the main difference is the speed of  execution.  The docs have now 
  117.      been amended to reflect my newer BBS details as that has also changed!
  118.  
  119.      Version 0.9 - 1.0
  120.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  121.      Updated  Newfiles to run with the new .INF files that are written  out 
  122.      by later versions of Amail and HoloQWK.  It should still work OK  with 
  123.      older  versions of these programs,  but hey,  why use  older  versions 
  124.      anyway?! ;-)
  125.  
  126.