Re: bind version 2.2 couldn't open source file exw on XP
- Posted by "Juergen Luethje" <j.lue at gmx.de> Nov 23, 2004
- 570 views
Jan Willem Teunisse wrote: > Recently I replaced my W98 notebook for a new XP Pro notebook. > After copying my Euphoria directory from the W98 notebook to the new XP > notebook and mdoifying the EUDIR and PATH environment variables, > restarting the computer I noticed that the following line: > ex.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw > > could n't be opend by the bind program. What exactly happens when you try to run the above command? Do you get any error message? > I can open the file in a text editor to change the program, I can run > the sourceprogram by using the EXW interpeter. I have checked the > directory and fileproperties, they are OK, as a user I should execute > them. > > So I'm stuck here. Any idea's, should be a permissions problem? If it is a permissions problem, then you'll get an appropriate error message. And what is the real, literal name of the command that you are trying to run? Does it contain long names? You might want to try: exw.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw ^ Regards, Juergen -- Have you read a good program lately?