home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / FR.BAT < prev    next >
DOS Batch File  |  1989-03-06  |  299b  |  7 lines

  1. find "%1" cstar.h node.h enum.h glb.h tmp.h glb.c >fout
  2. find "%1" cstar.c dcl.c def.c dir.c exp.c         >>fout
  3. find "%1" g1.c g2.c g3.c in.c mem.c mst.c         >>fout
  4. find "%1" out.c par.c ph.c pr.c reg.c st.c str.c  >>fout
  5. find "%1" sys.c t1.c t2.c tok.c utl.c x2.c        >>fout
  6. red fout
  7.