1. Problems with Euphoria v3.0.1
- Posted by Jaime Marcos <jmarcos2 at xtec.net> Nov 08, 2006
- 739 views
All these four batch files, bmakew.bat, build.bat, imake.bat and imakew.bat use \Euphoria\bin\ instead of %EUDIR%\bin\. Perhaps it would be a good idea to put also the path %EUDIR%\bin within the 12 batch files in the bin binder: I've moved all these 12 files to a general binder C:\BATs (this one, sure, in the path!) and I can use Euphoria without the necessity of adding %EUDIR%\bin to the PATH variable.
2. Re: Problems with Euphoria v3.0.1
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 09, 2006
- 742 views
Jaime Marcos wrote: > All these four batch files, bmakew.bat, build.bat, imake.bat and imakew.bat > > use \Euphoria\bin\ instead of %EUDIR%\bin\. Thanks. I'll fix that. > Perhaps it would be a good idea to put also the path %EUDIR%\bin within the > > 12 batch files in the bin binder: I've moved all these 12 files to a general > > binder C:\BATs (this one, sure, in the path!) and I can use Euphoria > without the necessity of adding %EUDIR%\bin to the PATH variable. I'd like to assume that euphoria\bin is on the PATH. Thanks, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
3. Re: Problems with Euphoria v3.0.1
- Posted by Chris Bensler <bensler at nt.net> Nov 09, 2006
- 721 views
- Last edited Nov 10, 2006
Robert Craig wrote: > > Jaime Marcos wrote: > > All these four batch files, bmakew.bat, build.bat, imake.bat and imakew.bat > > > > use \Euphoria\bin\ instead of %EUDIR%\bin\. > > Thanks. I'll fix that. > > > Perhaps it would be a good idea to put also the path %EUDIR%\bin within the > > > > 12 batch files in the bin binder: I've moved all these 12 files to a general > > > > binder C:\BATs (this one, sure, in the path!) and I can use Euphoria > > without the necessity of adding %EUDIR%\bin to the PATH variable. > > I'd like to assume that euphoria\bin is on the PATH. > > Thanks, > Rob Craig > Rapid Deployment Software > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> I've often wondered what is the necessity of having EUDIR and EUINC as preset environment variables? I've currently got 4 versions of Eu installed and they all work independently and simultaneously by utilizing batch files. It also saves me the trouble of messing in my OS settings. Is there some quirky thing that I'm missing? (for anyone who might be interested, this is the bat file I use to launch Exw v3.0.0) @echo off SETLOCAL SET EUDIR=f:\eu3.0 SET EUINC=f:\my empire\include %EUDIR%\bin\exw.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 Chris Bensler ~ The difference between ordinary and extraordinary is that little extra ~ http://empire.iwireweb.com - Empire for Euphoria