home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 344_01 / mkp2s.bat < prev    next >
DOS Batch File  |  1990-09-21  |  69b  |  6 lines

  1. flex -L p2s.l
  2. copy lexyy.c p2s.c
  3. tcc -I\flex -DMSDOS=1 p2s.c
  4.  
  5.  
  6.