home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
BBS_UTIL
/
BM0406_A.ZIP
/
MAKETABS.ZIP
/
MT286.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-06
|
559b
|
15 lines
@echo off
rem
echo **** Batch file to create MAKETABS.EXE for large ****
echo **** indices and additional characters for BusiMod ****
echo **** modified RBBS v17.4. Requires LRGE174 & ****
echo **** TAB174 mods by Yaser Behbehani ****
echo **** if not using BusiMod mods ****
rem
echo **** File for use with PDS v7.1 ****
echo **** for 80286 and up class machine ****
rem
echo on
BC71 MAKETABS.BAS,MAKETABS.OBJ /E /O /Es /Fs /Ah /S /G2 /Ot /MBF;
LINK71 @MAKETABS.LNK;