home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Elite Hackers Toolkit
/
TheEliteHackersToolkitVolume1_1998.rar
/
HACKERS.BIN
/
appcraks
/
UCFPE113.ZIP
/
MAKE.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-12-21
|
169b
|
6 lines
@echo off
echo Compiling or something...
c:\tasm\bin\tasm32 /ml /m3 /z /q stnpee
c:\tasm\bin\tlink32 -x /Tpe /ap /c stnpee,stnpee,, import32.lib
del *.obj
del *.map