home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / plplot / plplot_2 / sys / dos / msc / msc.bat < prev    next >
Encoding:
DOS Batch File  |  1994-05-25  |  372 b   |  17 lines

  1. :------ settings for running msC [microsoft C] - cl version 7
  2. :
  3. if not %1. == . goto end
  4. :
  5. : set the next line to reflect your setup
  6. :
  7. set SetMSC=c:\l\c7
  8. if not exist %SetMSC%\con goto end
  9. :
  10. set PATH=%PATH%;%SetMSC%\bin
  11. set LIB=%SetMSC%\lib;c:\dev\clib\msc
  12. set INCLUDE=c:\dev\clib;%SetMSC%\include
  13. set HELPFILES=%SetMSC%\help\*.hlp
  14. set INIT=%SetMSC%\init
  15. :end
  16. set SetMSC=
  17.