home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / storex40.zip / STOREX < prev    next >
Text File  |  1992-05-31  |  936b  |  19 lines

  1. @echo off
  2. c:\                 <-- start in your root directory
  3. cd\storex           <-- change to the storex directory
  4. set pcbdrive = c:   <-- sample on how to set a pcbdrive variable
  5. set pcbdir = \bbs   <-- sample on how to set a pcbdir variable
  6. storex storex.cfg   <-- pass cfg file here
  7. set pcbdrive =      <-- when leaving set pcbdrive to NULL
  8. set pcbdir =        <-- when leaving set pcbdir to NULL
  9. c:\                 <-- go back to root directory
  10. cd\bbs              <-- change to your bbs directory
  11. board               <-- run batch file to bring bbs up if needed
  12.  
  13.                     NOTE: please delete all the comments prior to using
  14.                           this sample batch file. IF you set your variables,
  15.                           you will only need ONE cfg to handle all nodes!
  16.  
  17.  In your CFG file, you would have the first line to read:
  18.  %PCBDRIVE%%PCBDIR%\users.sys  <-- or whatever you bbs file is
  19.