home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 3.ddi / EXAMPLES / WINDOWS / PCLIPWC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-29  |  168 b   |  7 lines

  1. @echo off
  2. rem Build PUTCLIP.EXE with Watcom c/386
  3.  
  4. command/e:1024/c watcc putclip
  5. command/e:1024/c watcc winclip
  6. command/e:1024/c watclnk putclip putclip winclip
  7.