RE: Still no luck...
- Posted by Al Getz <Xaxo at aol.com> Apr 29, 2001
- 412 views
Hello there, dstanger at belco.bc.ca wrote: > Hello all and thanks for the many responses. > > Here are the responses to your queries for more information: > > I am using Windows 95 as my OS. > > I added the following to my AUTOEXEC., saved, and rebooted, to no > effect: > path=%path%;c:\euphoria\bin > set eudir=c:\euphoria > > I am using ED, which came with the Public Domain edition of Euphoria > that I > downloaded, as an editor. > > I installed Euphoria by unzipping it using WINZIP into c:\Euphoria and > then > doubleclicking install.bat. > > When I attempt to run a Euphoria program using EXW.exe (from Windows) or > EX.exe (from DOS) it simply says "Can't open [file name.ext]". > > I must confess that I feel like an idiot. I am certainly starting off on > the > wrong foot! ;) > > Many thanks, > David > > > > > > > Try changing the autoexec.bat file to read: SET EUDIR=C:\EUPHORIA SET PATH=%PATH%;C:\EUPHORIA\BIN dont forget the "SET" before path. Path without 'set' might generate an error which you wont see during bootup. After rebooting, check the settings by typing into a dos window at the dos prompt: SET without any parameters, then press enter. Copy whatever comes up on the dos screen, and if you still have problems paste all that info into your next posting on here. Hope it helps. --Al