home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zbatches.zip / ZBATCHES.DOC < prev   
Text File  |  1982-08-10  |  3KB  |  56 lines

  1. ***********************************************************************
  2. *    8-10-87         Explanation of ZBATCHES files!                   *
  3. ***********************************************************************
  4.  
  5.      The following batch files will help you by providing the proper
  6. command-line parameters for compiling RBBS-PC and CONFIG.  Several
  7. files are included to just compile one source file.  Several will compile
  8. all files and link the OBJect files to create an EXE file.  There are also
  9. "master" batch files which will call the other batch files as subroutines
  10. and return and complete their work (Yes!  You can make "subroutines" in
  11. Batch-Language if you invoke a "secondary copy of COMMAND.COM"!).  Feel
  12. free to use these batch files in any way that suits you...
  13.  
  14.  
  15.                              FILES INCLUDED
  16.                              --------------
  17.  
  18.         DOCNF    BAT  ...  Compiles and Links all files for CONFIG
  19.         DORBBS   BAT  ...  Compiles and Links all files for RBBS-PC
  20.         DORBBSPC BAT  ...  Compiles RBBS-PC.BAS and reLinks
  21.         DOSUB1   BAT  ...  Compiles RBBSSUB1.BAS and reLinks
  22.         DOSUB2   BAT  ...  Compiles RBBSSUB2.BAS and reLinks
  23.  
  24.         LRBBS    BAT  ...  Links all OBJect files for RBBS-PC
  25.         LCNF     BAT  ...  Links all OBJect files for CONFIG
  26.  
  27.         QBCNFSUB BAT  ...  Compiles CNFG-SUB.BAS (called by DOCNF.BAT)
  28.         QBCONF   BAT  ...  Compiles CONFIG.BAS (called by DOCNF.BAT)
  29.         QBRBBS   BAT  ...  Compiles RBBS-PC.BAS (called by DORBBS.BAT)
  30.         QBSUB1   BAT  ...  Compiles RBBSSUB1.BAS (called by DORBBS.BAT)
  31.         QBSUB2   BAT  ...  Compiles RBBSSUB2.BAS (called by DORBBS.BAT)
  32.  
  33.  
  34.                                 WARNING
  35.                                 -------
  36.  
  37.      QUICKBASIC (all versions!) will NOT work correctly with Sidekick (any
  38. version!) in memory!!  If you want to avoid complete frustration, then
  39. remove Sidekick from memory (at Sidekick's main menu hit:  <ctrl>-<home>,
  40. then <ctrl>-<end>) or just don't run Sidekick in the first place!  This is
  41. not intended to criticize either QuickBASIC or Sidekick.  Both are wonderful
  42. programs!  They just don't like each other!!
  43.  
  44.  
  45.      Good luck recompiling RBBS!     - Joe Halbleib, Sysop Centerville RBBS
  46.                                        415-793-3037
  47.  
  48.  
  49.  
  50.  
  51. Credits:  Thanks to Randy Sun and Charles Doughty for all the help
  52.           in recompiling RBBS and for supplying the correct commands
  53.           to compile!
  54.  
  55. ***********************************************************************
  56.