Re: Euphoria Version 4.0

new topic     » goto parent     » topic index » view thread      » older message » newer message
dcole said...

Let's say using the extention .exw, how would Euphoria know what to use exw.exe or .eui.exe?


Use a different extension, and tell windose to open that new one with eui.

For setting environmental vars differently for each instance of Eu, i do this eui.bat (you can do exw.bat, as well as rename the exe you chose to something unique for identifying in a task viewer) :

@PATH=%PATH%;C:\euphoria40b4\bin;C:\euphoria40b4\include 
@SET EUDIR=C:\euphoria40b4 
@start /b C:\euphoria40b4\bin\eui.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 
@cls 



Put in valid vars for your environment, then run the .bat, not the .exe. There's different ways to pull off the same results, Matt provided an example too, in a recent topic. The bat file approach works on previous Eu versions that have no config files.

useless

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu