home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / MISC / FPC355_4.ZIP / SMALTCOM.ZIP / SMALTCOM.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-28  |  463 b   |  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.