From: "Chris Van Extergem" Newsgroups: comp.os.msdos.djgpp References: <9e2asp$an7$1 AT news DOT chatlink DOT com> Subject: Re: Rhide Environment Save Settings? Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Fri, 18 May 2001 14:25:10 GMT NNTP-Posting-Host: 213.224.13.75 X-Complaints-To: abuse AT pandora DOT be X-Trace: afrodite.telenet-ops.be 990195910 213.224.13.75 (Fri, 18 May 2001 16:25:10 MET DST) NNTP-Posting-Date: Fri, 18 May 2001 16:25:10 MET DST Organization: Telenet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "JT" wrote in message news:9e2asp$an7$1 AT news DOT chatlink DOT com... > Hi, > I'm using the latest download of DJGPP and RHIDE as the text editor. I > love the system but would like to set a different path for my source files. > Rather than do this manually every time I start Rhide can I edit a file & > set this permanently? I've read the help files & they point me at a file > that says it's not needed to set the environment any more 8^(. Did you read the part about creating a default project ? In short, you need to create an empty project in the \bin directory, set all you options, preferences, paths, whatever and save this as rhide.gpr. This way, every time you start rhide without any command line parameters, or everytime you make a new project, rhide will set all these options, preferences, paths, whatever to what you made them in the default project. HTH Chris