home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / FACETV.ZIP / AUTOEXEC.BCC < prev    next >
Text File  |  1993-11-18  |  425b  |  16 lines

  1. @echo off
  2. echo AUTOEXEC.BCC 11/18/93 Borland C/C++ configuration on Chris's 486
  3. rem
  4. rem I cut out most of the stuff not relevant to compiling the
  5. rem FACE_TV library.
  6. ;
  7. c:\mouse\mouse /E
  8. LOADHIGH c:\dos\doskey
  9. SET COMSPEC=c:\dos\command.com
  10. SET COMPILE=c:
  11. SET USRDISK=d:
  12. PATH c:\bin;c:\util;c:\bat;c:\bc\bin
  13. PATH %PATH%;c:\windows;c:\dos
  14. SET ENV=BCC
  15. echo Load THELP by hand if you want it; BCX help is nicer.
  16.