home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / UCFPE113.ZIP / MAKE.BAT < prev    next >
DOS Batch File  |  1997-12-21  |  169b  |  6 lines

  1. @echo off
  2. echo Compiling or something...
  3. c:\tasm\bin\tasm32 /ml /m3 /z /q stnpee
  4. c:\tasm\bin\tlink32 -x /Tpe /ap /c stnpee,stnpee,, import32.lib
  5. del *.obj
  6. del *.map