home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nistime2.zip / cl.cmd next >
OS/2 REXX Batch file  |  2001-05-13  |  126b  |  5 lines

  1. del nistime.obj /q
  2. set icc=-C+ -Q+ -G5 -Wpro
  3. icc nistime.c
  4. link386 /NOLOGO /PM:VIO /ST:32768 nistime,,,so32dll tcp32dll,,
  5.