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

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