home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / STNPEER.ZIP / MAKE.BAT < prev    next >
DOS Batch File  |  1998-01-26  |  147b  |  5 lines

  1. @echo off
  2. d:\tasm50\tasm32  /ml /m3 /z /q stnpeer
  3. d:\tasm50\tlink32 -x /Tpe /ap /c stnpeer,stnpeer,, import32.lib, stnpeer.def
  4. del stnpeer.obj
  5.