home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / pfdisktc.zip / MAKE_TCC.BAT next >
DOS Batch File  |  1992-04-30  |  163b  |  4 lines

  1. @echo This batch file uses Turbo C to build pfdisk.exe
  2. @echo Note that only SMALL model has been tested...
  3. tcc -v- -epfdisk.exe pfdiskaz.c syscodes.c s_msdos.c
  4.