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

  1. @echo off
  2.  
  3. tasm32 /mx /m3 /z /q exec
  4. tlink32 -x /Tpe /aa /c exec,exec,,import32.lib,,res1.res
  5. del exec.obj
  6.