Messy Autoexec.bat
- Posted by don cole <doncole at pacbell.net> Aug 29, 2004
- 412 views
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