home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / CONF0406.ZIP / CONF286.BAT < prev    next >
DOS Batch File  |  1994-04-06  |  891b  |  21 lines

  1. ECHO OFF
  2. ECHO
  3. ECHO *** Batch file for creating modified CONFIG.EXE for BusiMod (tm) mods ***
  4. ECHO           *** This version for 80286 and up machines ONLY! ***
  5. ECHO        *** Requires Far String Option - modified .ASM routines ***
  6. ECHO                     *** BusiMod - 04-06-94 ONLY ***
  7. ECHO *** Purpose: Allows message bases with 125 lines / up to 9999 messages ***
  8. ECHO                       Incorporates 57600 bps support
  9. ECHO                        Adds OS/2 v2.x compatiblity
  10. ECHO
  11. ECHO ON
  12. BLED /B /L CONFIG.BAS CONF0406.MRG CONFIG.NEW WARNCONF
  13. BLED /B /L CNFG-SUB.BAS CSUB0406.MRG CNFG-SUB.NEW WARNCSUB
  14. RENAME CONFIG.BAS CONFIG.OLD
  15. RENAME CONFIG.NEW CONFIG.BAS
  16. RENAME CNFG-SUB.BAS CNFG-SUB.OLD
  17. RENAME CNFG-SUB.NEW CNFG-SUB.BAS
  18. BC CONFIG.BAS,CONFIG.OBJ /O /Fs /Ah /S /G2 /Ot /E /MBF /C:2048;
  19. BC CNFG-SUB.BAS,CNFG-SUB.OBJ /O /Fs /Ah /G2 /S /Ot /MBF;
  20. LINK @CFG7.DAT
  21.