home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
progmisc
/
fcsp2src.zip
/
MAKE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-26
|
86b
|
6 lines
@echo off
tasm /m9 /ml sp2.asm
if ERRORLEVEL 1 goto end
tlink /t /x sp2.obj
:end