home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / turbopas / tptc17sc.arc / DOALL.BAT < prev    next >
DOS Batch File  |  1988-03-26  |  282b  |  6 lines

  1. rem translate all sample programs to c
  2. set tptc=-l -wj: -sc:\inc -i
  3. for %%f in (tptcsys minicrt acker dia dial fmap puzzle qsort sieve test test2 unsq) do tptc %%f
  4. for %%f in (varrec timedat4 smallrec subrange sets pointers point4 linklist findchrs) do tptc %%f
  5. tptc mtplus -m
  6.