Re: Messy Autoexec.bat
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 29, 2004
- 414 views
CoJaBo wrote: > > 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 > > Although CoJaBo is correct that this is one way to tidy up your autoexec.bat, it still is valid point of discussion about the way "include" uses search paths. For example, I have C:\EUINC folder in which I store 3rd party libraries and others that I have written. To organise these, I do have some of these in subfolders. It would be useful to be able to tell Euphoria to automatically scan these subfolders (but in which order?) without having me manually update autoexec.bat (or equivalent) from time to time. -- Derek Parnell Melbourne, Australia