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

  1. @echo off
  2.  
  3. tasm32 /ml hmm
  4. tlink32 -x /Tpe /aa /c hmm,hmm
  5.  
  6. del hmm.obj
  7. exit