home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / smaltcom.bat < prev    next >
DOS Batch File  |  1989-11-28  |  463b  |  21 lines

  1. echo off
  2. echo Copying kernel configuration file from \FPC directory.
  3. copy \fpc\kernel.cfg
  4. echo .
  5. echo Building a small version of F-PC for TCOM.
  6. echo .
  7. kernel sf-pc ok bye
  8. echo .
  9. echo .
  10. echo Building a small version of TCOM with SF.EXE.
  11. echo .
  12. sf starget ok bye
  13. echo .
  14. echo .
  15. echo Deleting the small version of F-PC, it just takes room.
  16. echo .
  17. del sf.exe
  18. echo .
  19. echo Smaller TCOM.EXE built. It needs less than 300k free ram to compile.
  20. echo .
  21.