Re: Can't create error message file: ex.err
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Sep 07, 2006
- 586 views
On Tue, 5 Sep 2006 16:31:06 -0400, Greg Haberek <ghaberek at gmail.com> wrote: >You could always direct your ex.err files to a common location. > >constant APPDATA = getenv( "APPDATA" ) I instantly knew there was something deeply wrong with this but I couldn't quite put my finger on it for a while. Now I realise, if you are running from CD, then it would be your program and your program alone that would have to set APPDATA to somewhere not on the CD for this to work. Makes the whole idea utter nonsense. No disrespect, Pete