home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / OS2COOKI.ZIP / MKCOOKIE.CMD < prev    next >
OS/2 REXX Batch file  |  1987-10-14  |  130b  |  7 lines

  1. masm cookie;
  2. link cookie,,,doscalls;
  3. rename cookie.exe cook.exe
  4. bind cook.exe \lib\doscalls.lib -o cookie.exe
  5. del cook.exe
  6.  
  7.