home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / sys_util / bteasy14.zip / COMPILE.BAT < prev    next >
DOS Batch File  |  1993-04-25  |  196b  |  8 lines

  1. tasm /l /c /m3 boot
  2. link /noi /noe /farcall boot,,;
  3. @del boot.obj
  4. @del boot.map
  5. exe2bin boot.exe boot.bin
  6. @del boot.exe
  7. tcc -I\tc\include -L\tc\lib -O -Z -d -ebootinst bootinst.c
  8. @del bootinst.obj