1. ex.err
- Posted by Kat <KSMiTH at PELL.NET> Jan 06, 2000
- 586 views
- Last edited Jan 07, 2000
Hey all, Why does my ex.err now save to C:\Program Files\Accessories? I never told it to do that, it was saving to the desktop so i could just click on it there and see it. The ed now looks for it in C:\Program Files\Accessories now too. What could have happened? My autoexec has: SET EUDIR=D:\EUPHORIA Kat
2. Re: ex.err
- Posted by JJProg at CYBERBURY.NET Jan 07, 2000
- 588 views
EU>Hey all, EU>Why does my ex.err now save to C:\Program Files\Accessories? I never told it EU>to do that, it was saving to the desktop so i could just click on it there EU>and see it. The ed now looks for it in C:\Program Files\Accessories now too. EU>What could have happened? EU>My autoexec has: EU>SET EUDIR=D:\EUPHORIA EU>Kat If you're running it from a shortcut, the working directory might be c:\program files\accessories. Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/
3. Re: ex.err
- Posted by Kat <KSMiTH at PELL.NET> Jan 07, 2000
- 577 views
----- Original Message ----- From: <JJProg at CYBERBURY.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, January 07, 2000 6:04 AM Subject: Re: ex.err > EU>Hey all, > > EU>Why does my ex.err now save to C:\Program Files\Accessories? I never told it > EU>to do that, it was saving to the desktop so i could just click on it there > EU>and see it. The ed now looks for it in C:\Program Files\Accessories now too. > EU>What could have happened? > EU>My autoexec has: > EU>SET EUDIR=D:\EUPHORIA > EU>PATH=C:\WIN95;D:\EUPHORIA\BIN;C:\WIN95\COMMAND;c:\BATCH;c:\DOS;c:\ > > EU>Kat > > If you're running it from a shortcut, the working directory might be > c:\program files\accessories. I have been running from a shortcut since i got Eu, so why did it chage now? And how do i change it back? Kat
4. Re: ex.err
- Posted by "Lucius L. Hilley III" <lhilley at CDC.NET> Jan 07, 2000
- 601 views
WARNING: Best viewed with monospaced font such as Terminal, System, or Courier. First I have a question. Are my replys double sending? Kat, You can fix your shortcut problem by doing the following. Right click on the shortcut and select properties. You will then see the following. Target: C:\program\directory\and\filename.exe -------------------------- Start in: "C:\Program Files\Accessories" Shortcut Key: None Run: Normal window Lucius L. Hilley III lhilley at cdc.net +----------+--------------+--------------+ | Hollow | ICQ: 9638898 | AIM: LLHIII | | Horse +--------------+--------------+ | Software | http://www.cdc.net/~lhilley | +----------+-----------------------------+ ----- Original Message ----- From: Kat <KSMiTH at PELL.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, January 07, 2000 3:05 PM Subject: Re: ex.err > ---------------------- Information from the mail header ----------------------- > Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> > Poster: Kat <KSMiTH at PELL.NET> > Subject: Re: ex.err > -------------------------------------------------------------------------- ----- > > ----- Original Message ----- > From: <JJProg at CYBERBURY.NET> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Friday, January 07, 2000 6:04 AM > Subject: Re: ex.err > > > > EU>Hey all, > > > > EU>Why does my ex.err now save to C:\Program Files\Accessories? I never > told it > > EU>to do that, it was saving to the desktop so i could just click on it > there > > EU>and see it. The ed now looks for it in C:\Program Files\Accessories now > too. > > EU>What could have happened? > > EU>My autoexec has: > > EU>SET EUDIR=D:\EUPHORIA > > EU>PATH=C:\WIN95;D:\EUPHORIA\BIN;C:\WIN95\COMMAND;c:\BATCH;c:\DOS;c:\ > > > > EU>Kat > > > > If you're running it from a shortcut, the working directory might be > > c:\program files\accessories. > > I have been running from a shortcut since i got Eu, so why did it chage now? > And how do i change it back? > > Kat >
5. Re: ex.err
- Posted by Robert Craig <rds at ATTCANADA.NET> Jan 07, 2000
- 572 views
In Euphoria 2.1 and earlier, ex.err is always written to the current directory. Sometimes, especially with Windows programs, it is not obvious what the current directory is. ed looks in the current directory for ex.err. In Euphoria 2.2 you can specify the directory and filename where you want diagnostics to be written, by calling crash_file(filename). Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com