home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_300
/
355_01
/
slk1.exe
/
SHERLOCK
/
MSC
/
M.BAT
next >
Wrap
DOS Batch File
|
1991-05-19
|
419b
|
21 lines
rem Make sl*.obj using Microsoft C version 5.00 or later.
rem
rem m.bat
rem July 2, 1988; May 19, 1991
rem
rem Change this path as needed
rem
path c:\bat;c:\bin\msc;c:\bin\local;c:\dos
make msls.mmk
make mslc.mmk
make mslm.mmk
make msll.mmk
make mslh.mmk
make prf.mmk
make regs.mmk
make sltest.mmk
rem
rem Change this path as needed
rem
path c:\bat;c:\bin\turboc;c:\bin\local;c:\dos;c:\sherlock\bin