1. fraustrated help euphoria does not work on vista
- Posted by mexzony Aug 30, 2010
- 958 views
i run the interpreter and type ex ave.ex a program i wrote but it says cant open ave.ex.what do i do
2. Re: fraustrated help euphoria does not work on vista
- Posted by DerekParnell (admin) Aug 30, 2010
- 980 views
i run the interpreter and type ex ave.ex a program i wrote but it says cant open ave.ex.what do i do
I've already told you what to do. Have you tried that yet?
3. Re: fraustrated help euphoria does not work on vista
- Posted by mattlewis (admin) Aug 30, 2010
- 967 views
i run the interpreter and type ex ave.ex a program i wrote but it says cant open ave.ex.what do i do
Are you trying to run it from the same directory as ave.ex? Your console session should look something like this (assuming ave.ex is in c:\mydir:
c:\some directory\ > cd \mydir c:\mydir\ > exwc ave.ex
And then you should see the output from your program.
Matt
4. Re: fraustrated help euphoria does not work on vista
- Posted by euphoric (admin) Aug 30, 2010
- 950 views
i run the interpreter and type ex ave.ex a program i wrote but it says cant open ave.ex.what do i do
Your file "ave.ex" probably doesn't reside in the same directory as the interpreter, so just typing in the name won't cut it. You need to provide the full path.
The better option is to double-click on ave.ex, then assign the Euphoria interpreter to open programs of that type. Alternately, you can right-click on the file and choose properties, and then assign a file type.