home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flsbbp08.zip / FILESBBP.DOC < prev    next >
Internet Message Format  |  1996-06-10  |  5KB

  1. From:     NutHouse Software
  2.           556 W. Main St.
  3.           Lock Haven, PA  17745
  4.           USA
  5.  
  6.           Woody's NutHouse I (BBS)
  7.           Using : Maximus/2 3.01 and a SupraFax 28.8
  8.           Tel. # : 717-748-5728
  9.  
  10.           Woody's NutHouse II (BBS)
  11.           Using : Maximus/2 3.01 and a ZyXEL Elite 2864
  12.           Tel. # : 717-748-1834
  13.  
  14. If you need to contact me, my internet address is:
  15.     jwoodwar@eagle.lhup.edu
  16.  
  17.  
  18. Both programs are designed for up to 1024 files, but I have never
  19.     had a directory with more than 150 files, so I just hope they work
  20.     in the larger directories.
  21.  
  22.  
  23. #1:  sortlisp.exe
  24.  
  25. Required:   a files.bbs (type) file that has one line per file! This line
  26.     may be up to 1024 characters long.
  27.  
  28.      This program will sort a files.bbs file either by descending file dates
  29.      or by ascending file names. I have incorporated this into my files menu
  30.      allowing users to choose for themselves.
  31.      Usage: sortfiles <path> [d]
  32.           where 'path' is the path to the files.bbs type file
  33.           to be sorted. If a space and 'd' follow the directory, the
  34.           files.bbs file will be sorted as to date, otherwise alphabetically
  35.           by names.
  36.  
  37.           e.g.:
  38.           command line:  sortlisp c:\max\dosutils\files.bbs
  39.                This will sort the files.bbs file found in the
  40.                c:\max\dosutils directory alphabetically.
  41.  
  42.           command line:  sortlisp c:\max\dosutils\dir12.bbs d
  43.                This will sort the dir12.bbs file found in the
  44.                c:\max\dosutils directory by file dates.
  45.  
  46.           command line:  sortlisp ?
  47.                This will display how to use the program.
  48.  
  49. #2   filesfip.exe
  50.  
  51.      This program will update a files.bbs file, or create one if it is
  52.      non-existent, of the current directory. It will append approximately
  53.      450 characters of a files_id.diz or a desc.sdi to the file name, if
  54.      such a file exists in the compressed file. Also the output can
  55.      be written to a different path, which might be useful for CDs.
  56.  
  57.      Also a filesbbs.cfg can be put into each directory and this allows
  58.      you to add descriptions to non-compressed files and include them
  59.      into the files.bbs file created. Also the first line of this file
  60.      is the number which represents how much of the description file
  61.      to copy, in case you don't like the 450 character default.
  62.  
  63.      The form of each line after the first line is:
  64.  
  65.           ext,file description
  66.  
  67.           The ',' separates the file extension from its accompanying
  68.           description. An extension has a max of 3 characters, but if
  69.           the 2nd and/or 3rd is '#', then it will include files
  70.           such as 'nodediff.a37', if the line:
  71.  
  72.           a##,Fido node difference file
  73.  
  74.           is in the filesfip.cfg file.
  75.  
  76.  
  77.      I put filesfip.exe and sortlisp.exe in my max directory, which is
  78.      in my path.
  79.  
  80.      Assuming that you unpacked this file into an empty directory
  81.      I suggest you first run the filesfip.exe program and inspect the
  82.      resulting files.bbs file. Also this is why the strange files
  83.      are included.
  84.  
  85.      Usage: filesfip.exe {drive}  [output path]
  86.           The {drive} should be the letter of the drive where this
  87.           program will unpack the compressed files to read the
  88.           file_id.diz file. You should only put the one letter which
  89.           indicates the drive to be used. It is faster if this is a RAM
  90.           drive. The output path is only necessary if you want the
  91.           output in a different directory, e.g. you in a CD directory.
  92.  
  93.           e.g.:
  94.           command line:  filesfip  e
  95.                This will update (or create) the files.bbs file in the
  96.                current directory, and will use the e:\maxtemp directory
  97.                to do its work. It creates and deletes this directory!
  98.  
  99.           command line:  filesfip  e   c:\try
  100.                This will update (or create) the files.bbs file in the
  101.                current directory, and will use the e:\maxtemp directory
  102.                to do its work. It creates and deletes this directory!
  103.                The files.bbs file created will be put into the c:\try
  104.                directory.
  105.  
  106.           command line:  filesfip ?
  107.                This will display how to use the program.
  108.  
  109.           It is assumed that unzip.exe, arc2.exe, rar2.exe, and
  110.           lh.exe are in your path. These are the only ones the program
  111.           attempts to unpack.
  112.  
  113.