Re: Messy Autoexec.bat
- Posted by CoJaBo <cojabo at suscom.net> Aug 29, 2004
- 414 views
Add SET EUINC=C:\EUPHORIA\INCLUDE\COLLEGE;C:\EU\COLLEGE;%EUINC% after it. (;%EUINC% includes the previous EUINC variable) don cole wrote: > > SET EUDIR=C:\EUPHORIA > SET PATH=%PATH%;C:\EUPHORIA\BIN > SET > EUINC=C:\EU\WIN32LIB;C:\EU\IDE;C:\EUPHORIA\WIN32DIB;C:\EUPHORIA\INCLUDE\FOOTBALL;C:\EU\WIN32LIB6 > SET MFCEDDIR=C:\EUPHORIA > > > Above is part of my Autoexec.bat file. > > Now I want to add another folder of include files. > > e.g. > C:\EUPHORIA\INCLUDE\COLLEGE > or > C:\EU\COLLEGE > > Is there a way of doing this without having to add > ;C\EUPHORIA\INCLUDE\COLLEGE > to that already messy third line? > > Such as > SET EURINC=C:\EU\* > or > SET EURINC=C:\EUOHORIA\INCLUDE\* > > Whereas all the files in all folders in that directory would be included? > > Any help would be appreciated. > > don cole > SF >