home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RBTCH242.ZIP / DOCS.ZIP / LOCALPST.DOC < prev    next >
Text File  |  1994-03-13  |  8KB  |  204 lines

  1.  
  2.                      ---------------------------
  3.                      How to use RBatch, FakeXfer
  4.                        & Cap2Doz to post files
  5.                          locally on your BBS
  6.                                 ----
  7.                             by Dan Shore
  8.                            March 13, 1994
  9.                      ---------------------------
  10.  
  11. ----------------------
  12. Posting Files Locally:
  13. ----------------------
  14.  
  15. 1.  With RBBS you can post files locally, but you have to do it one file
  16.     at a time, categorizing and typing in file descriptions.
  17.  
  18. 2.  With RBatch you can post a multitude of files at a time (a sysop
  19.     using RBatch once posted 432 files all at once!).  Using FakeXfer
  20.     and Cap2Doz along with Rbatch makes the local posting process
  21.     "almost" automatic.
  22.  
  23.  
  24. "This seems too good to be true!" exclaimed one SysOp.  She asked, "How do
  25. I do this process?"  Well I am glad she asked and I will go through a sample
  26. session here for you to aid you in setting up your system.
  27.  
  28. The following directories are used in my examples:
  29.  
  30. C:\TELIX - Where my captured file lists are
  31. C:\DAN   - Where I put the files I download
  32. C:\JUNK  - Where I put my FAKEXFER.DEF file
  33. D:\NEW   - My Upload directory
  34.  
  35. The following programs are used and are all in my path:
  36.  
  37. FAKEXFER.EXE
  38. CAP2DOZ.EXE
  39. RBATCH.EXE
  40.  
  41. RBATCH3.CFG - is in the C:\RBBS directory
  42.  
  43. ----------------------------------
  44. Here are the steps you should use:
  45. ----------------------------------
  46.  
  47. 1.  Call your favorite BBS to download files from and make sure
  48.     when you are reviewing the files available to download, that
  49.     you have your capture file turned on in your favorite comm
  50.     package.  (In my example I called my captured file list
  51.     CAPTURE.DOC)
  52.  
  53. 2.  After downloading the files, copy them to the C:\DAN directory
  54.     for processing.
  55.  
  56. 3.  You should now run the FAKEXFER program with the following params:
  57.  
  58.     FAKEXFER FAKEXFER.DEF C:\JUNK C:\DAN D:\NEW
  59.        ^         ^            ^      ^      ^
  60.        A         B            C      D      E
  61.  
  62.  
  63.     A.  The FakeXfer program name
  64.     B.  The name of the XFER file to create
  65.     C.  The directory where the fakexfer should be created
  66.     D.  The directory containing the files to be processed
  67.     E.  The directory where the files should be copied to
  68.         (This is usually your upload directory)
  69.  
  70.     **********************************************************
  71.     NOTE:  Parameter "C" and "D" CANNOT BE THE SAME DIRECTORY!
  72.     **********************************************************
  73.  
  74.     The program, when executed as above, will create a file called
  75.     FAKEXFER.DEF in the directory C:\JUNK and will copy all the files
  76.     in C:\DAN to D:\NEW
  77.  
  78. 4.  You should now run CAP2DOZ with the following parameters:
  79.  
  80.     CAP2DOZ C:\TELIX\CAPTURE.DOC D:\NEW\FILES.DOZ Y XXX C:\JUNK\FAKEXFER.DEF
  81.        ^            ^                   ^         ^  ^          ^
  82.        A            B                   C         D  E          F
  83.  
  84.  
  85.     A.  The Cap2Doz program name
  86.     B.  The Path/Filename of the capture file list
  87.     C.  The path/Filename of the .DOZ file to create (The .DOZ file MUST
  88.         be in the upload dir in order for RBatch to use it)
  89.     D.  The captured file list has dots as part of the filenames
  90.     E.  XXX - so the Cap2doz program prompts for the category code.  If
  91.         you wish all the files processed to have the same category code
  92.         enter it here INSTEAD of XXX.  XXX tells Cap2Doz to prompt for
  93.         category codes.
  94.     F.  Path/Filename of your XFER file created by FakeXfer program
  95.  
  96.  
  97.     As Cap2Doz runs, you will see it prompt you for each filename and
  98.     ask you the category for that file.  The program will also show
  99.     you the file description from the captured file list.  Note - Do not
  100.     be alarmed with the format of the file descriptions, RBatch takes care
  101.     of PROPERLY formatting the text.
  102.  
  103.  
  104. 5.  Run RBatch is local mode:
  105.  
  106.     A.  Make sure that you configuration file for RBatch in local mode
  107.         has the path/filename of the XFER file as C:\JUNK\FAKEXFER.DEF
  108.         or whatever the path/filename that you use.
  109.  
  110.     B.  Next you should make a RBatch.Cfg file just for local file
  111.         posting.  In this config there are a couple of parameters
  112.         that you should change just for local file posting.
  113.  
  114.         I suggest that you get a copy of a dorinfo?.def file and make
  115.         a copy of it and change the username to SYSOP and a blank line.
  116.         Here is an example of how it should look:
  117.  
  118.                 YOUR BBS NAME
  119.                 DANIEL
  120.                 SHORE
  121.                 COM0             <----COM0 = Local Mode
  122.                 19200 BAUD,N,8,1
  123.                  4
  124.                 SYSOP
  125.                                  <----Blank Line - No spaces just C/R
  126.                 LOCAL POST, USA
  127.                  2               <----Color - Change to 1 for Non-Color
  128.                  180             <----Security Level
  129.                  74              <----Time Left
  130.                  0
  131.  
  132.         Make user that you also have in your configuration file (line #2)
  133.         the entry:
  134.  
  135.               NO;C:\RBBS\DORINFO?.DEF
  136.  
  137.               ? = NODE NUMBER
  138.  
  139.         The "NO" tells RBatch to NOT CREATE a dorinfo?.def file and then
  140.         you list the path/filename of the file to read.
  141.  
  142.         You can also have the path to the CALLERS file and name to be
  143.         anything you wish.  If RBatch does not find the callers file
  144.         as you have listed it in the .CFG file, it will create one for
  145.         you.  Some people like to post the local files to a "bogus"
  146.         file and then delete it when finished.
  147.  
  148.     C.  You are now ready to run RBatch locally with the following
  149.         command line from the C:\RBBS directory:
  150.  
  151.         RBATCH LOCAL.CFG 0 Z 3
  152.           ^        ^     ^ ^ ^
  153.           1        2     3 4 5
  154.  
  155.  
  156.         1.  The RBatch program name
  157.         2.  The configuration file for RBatch to read.  Remember that
  158.             you can use a path to the file or else the .cfg file has
  159.             to be in the current directory
  160.         3.  This tells RBatch to use Port 0 (LOCAL)
  161.         4.  This is the protocol letter that will be posted in the
  162.             callers file.
  163.         5.  This is the node number for RBatch to use (usually a
  164.             local node number is used here)
  165.  
  166.  
  167.     D.  Sit back and watch RBatch process all the files in your fakexfer.def
  168.         file and have them posted to your BBS!!!
  169.  
  170.  
  171. -------------------------------------
  172. Posting without a Captured File List:
  173. -------------------------------------
  174.  
  175. Unfortunately if you don't have a captured file list, then you will have
  176. to enter in the file descriptions as RBatch prompts you for them (like
  177. RBBS).  But with RBatch you can do a bunch of files instead of one at
  178. at time.  Or, if you prepare a .DOZ file ahead of time then you can have
  179. the file descriptions and the categories all set.  What is the benefit
  180. of the .DOZ instead of doing it online?  Well, you can do a few files
  181. at a time (as your time permits) and when you have a bunch of files ready,
  182. you can then post.
  183.  
  184. The program TAG200B.ZIP, written by Tom Hansen of Church Chatters BBS fame,
  185. is excellent for tagging files for uploading and having it sequence in a
  186. text editor like Qedit to then put in the descriptions in a .DOZ file
  187. (which is already in the .DOZ format).
  188.  
  189. --------
  190. Finally:
  191. --------
  192.  
  193. While this seems kinda cumbersome at first, once it is setup with batch
  194. files, you will wonder how you ever posted files locally on your BBS the
  195. old way!!!  If you don't like this method, that is ok too, but all who
  196. have tried it just love it.
  197.  
  198. Any suggestions or comments on improving this process would be appreciated.
  199.  
  200.  
  201.                             Dan Shore - SysOp
  202.                             THE SHORELINE BBS
  203.                                301-946-2771
  204.