Re: dll strangeness
- Posted by useless Aug 14, 2010
- 1284 views
Or use something like this .bat file, which works on all eu versions:
@PATH=%PATH%;C:\euphoria40b2\bin;C:\euphoria40b2\include
@SET EUDIR=C:\euphoria40b2
@start /b C:\euphoria40b2\bin\euiw.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
@cls
Prolly 10 ways to re-write that, but whatever, just point it all to the dir you want set, and run the .bat instead of the .exe.
useless