Re: fraustrated help euphoria does not work on vista
- Posted by mattlewis (admin) Aug 30, 2010
- 966 views
mexzony said...
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