home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RBTCH220.ZIP / DOCS.ZIP / ADDIN.DOC next >
Text File  |  1992-11-18  |  3KB  |  87 lines

  1. I have added in a feature for SysOp's to be able to "add" a file
  2. to an upload.  While I am not a fan of having additional files added
  3. into other files, other SysOp's like this, so I added it in (so to
  4. speak!).  This feature will require you to add another line to the
  5. .CFG file at the end of the file (Line #31).  This line consists of
  6. THREE parameters each seperated by a semi-colon.
  7.  
  8. Here is an example of what the line would look like:
  9.  
  10. C:\UTILS\TSL[node].DES;C:\RBBS\UTILS\ADDFILE.BAT;C:\RBBS\UTILS\DESFORM.DAT
  11.  
  12. The new line syntax is:
  13.  
  14.  description path/filename;Path/Filename of batchfile;Format Filename
  15.                ^                      ^                    ^
  16.                1                      2                    3
  17.  
  18.       1.  This is the name of the description file that will be
  19.           added to the upload.  This file can have the [NODE]
  20.           parameter.
  21.  
  22.       2.  This is the batch file that RBatch will call.  RBatch
  23.           will pass two parameters to the batch file:
  24.  
  25.              %1 = Path/Filename of uploaded file
  26.              %2 = Path/Filename of the description file
  27.  
  28.       3.  This is the description format file.  This file makes
  29.           it so your description file can have a format designed
  30.           by yourself.  An example of this file is:
  31.  
  32.  
  33.                     BBS Name  : [bn]
  34.                     File Name : [fn]
  35.                     Date      : [dt]
  36.                     Time      : [tm]
  37.                     User Name : [un]
  38.                     File Desc : [fd]
  39.                     [ex]
  40.  
  41.            Note that this file normally starts at the left margin
  42.            but is diplayed here for easier reading and the output
  43.            from this file would look like this:
  44.  
  45.  
  46. BBS Name  : THE SHORELINE BBS
  47. File Name : DFLAT8B.ZIP  
  48. Date      : 10-25-92
  49. Time      :  9:15 PM
  50. User Name : DAN SHORE
  51. File Desc : ZipLab PLUS - 1.9c Archive testing Compiled  
  52.   02/02/92 at 11:04am. A PCBTest.Bat enhancement for PCBoard/ProDoor SysOps.
  53.   Tests ZIP,ARJ,LZH,GIF files. CRC value, dates, and (optionally) FILE_ID.DIZ
  54.   inserted in / replacing description of file. Process includes SCAN, CRC
  55.   checking, date limits, comment replacement/removal BBS advertising removal
  56.   and more. $10 Shareware by Jeffrey S. Morley
  57.  
  58.  
  59.       *-*  Note that the text before the [XX] is whatever you choose
  60.            it to be.  The [XX] parameters are as follows:
  61.  
  62.            [FN] - Uploaded Filename
  63.            [DT] - Date
  64.            [TM] - Time
  65.            [UN] - Users Name who uploaded file
  66.            [BN] - BBS Name
  67.            [FD] - File Description (first line)
  68.            [EX] - Extended Description - THIS MUST BE LAST PARAMETER
  69.                                          IF USED IN THE FORMAT FILE!
  70.  
  71.  
  72.       *-*  The batch file that RBatch calls will have two parameters
  73.            passed to it:
  74.  
  75.                   %1 = Path/Filename of uploaded file
  76.                   %2 = Path/Filename of description file
  77.  
  78.  
  79.       *-*  To omit this feature in RBatch, DO NOT ADD ANOTHER
  80.            ENTRY PAST LINE #30 OF THE CONFIGURATION FILE.
  81.  
  82.  
  83.                            Dan Shore - SysOp
  84.                            THE SHORELINE BBS
  85.                              301-946-2771
  86.  
  87.