Listing 5 mdados.bat — builds the large memory model static link library for MS-DOS

rem Builds: MDADOSL.LIB
rem Large memory model, static link library for DOS.
rem
bcc -c -ml mstream.cpp
del mdadosl.lib
tlib mdadosl.lib +mstream.obj