home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PIPEDEME.ZIP / MKPDEMO.CMD next >
OS/2 REXX Batch file  |  1990-05-30  |  186b  |  7 lines

  1. cl -AL -c pserver.c
  2. link pserver, /NOD, NUL, os2 llibcep
  3. markexe WINDOWCOMPAT pserver.exe
  4. cl -AL -c pclient.c
  5. link pclient, /NOD, NUL, os2 llibcep
  6. markexe WINDOWCOMPAT pclient.exe
  7.