home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
djgpp
/
drivers
/
make.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-03-06
|
193 b
|
9 lines
@echo off
masm %1;
if not errorlevel 1 tlink %1;
if not errorlevel 1 exe2bin %1.exe %1.grd
if not errorlevel 1 del %1.exe
if not errorlevel 1 del %1.obj
if not errorlevel 1 del %1.map