home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / make2a.bat < prev    next >
Encoding:
DOS Batch File  |  1999-06-17  |  203 b   |  8 lines

  1. @echo off
  2. C:\progra~1\masm\rc /i C:\progra~1\masm 2.rc
  3. del 2.exe
  4. tasm32 /ml /m100 /iC:\progra~1\tasm\include 2.asm
  5. tlink32 /Tpe /aa /c 2, 2.exe,, import32.lib,, 2.res
  6. del *.obj
  7. del *.map
  8. del *.res