home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Cracking Manual by the Cyborg
/
CRACK492.ZIP
/
ASM.BAT
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
|
1995-11-22
|
144 b
|
9 lines
@echo off
cls
masm %1.asm,%1.obj; >errors
link %1.obj,%1.exe; >>errors
exe2bin %1.exe %1.com >>errors
type errors
del %1.exe
del %1.obj