Re: What I'm doing wrong?
- Posted by useless Sep 28, 2011
- 1087 views
mattlewis said...
jesito said...
Pretty sure:
C:\Documents and Settings\Administrator>eui -v Euphoria Interpreter v4.0.0 Windows, Using Managed Memory Revision Date: 2010-12-22, Id: 115714454200
Are you running from the command line: eui my_app.ex ?
Do you have an older version of euphoria installed and associated with .ex and .exw?
Matt
This is why i never have allowed Euphoria extensions to be associated with anything but TextPad. That way i can do nonsense like this:
@PATH=%PATH%;C:\euphoria40b4-3412\bin;C:\euphoria40b4\include @SET EUDIR=C:\euphoria40b4-3412 @start /b C:\euphoria40b4-3412\bin\eui.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
That's an older bat file, but i call the bat file, not the exe, so the bat file sets up the environment. However, i hear there's new built-in ways to do that in v4, but i have not tried them.
useless