|
|
|
re: System paths in 95.
Friday, April 28, 2006 at 3:03 pm Windows 95 Annoyances Discussion Forum
Posted by Lee
(164 messages posted)
I would assume they mean by the term shortcut the use of %PATH% tacked onto the end
of the second environment string. Rather than spell out your whole current path,
it gets prepended with C:\DJGPP\BIN; text. That's kind of a shortcut in typing out
relentless path statements, right? That is standard DOS proceedure as well. I dunno
about calling it a shortcut so close to Windows though, does make one wonder if maybe
if they tried a bit harder they could make it make more sense than it does.
I would put both of those lines at the begining of the C:\autoexec.bat file.
On Thursday, April 27, 2006 at 6:26 pm, Chris wrote:
>I have two C/C++ compilers I've installed on my system.
>
>I have altered my autoexec.bat file with setpaths and such for the first compiler.
>
>The second compiler, Djgpp, with multiple compilers on the system, recommends this:
>
> Instead of editing your autoexec files and/or global environment,
> you may wish to create a djgpp shortcut instead. To do this, create
> a BAT file which has the lines below in it. This is often needed if
> you have multiple compilers on the same system.
>
> No matter which method you use, assuming your DJGPP installation is
> rooted at C:\DJGPP, the values of the two environment variables
> DJGPP and PATH should be set like this:
>
>set DJGPP=C:\DJGPP\DJGPP.ENV
>set PATH=C:\DJGPP\BIN;%PATH%
>
>And I'm not exactly sure what its talking about with 'shortcut'.
>
>Do I put these in the autoexec.bat file or in the Djgpp directory in an .bat file?
>
>I'm not exactly sure what its getting at with this.
>
- Written in response to:
- System paths in 95. (Chris: Thursday, April 27, 2006 at 6:26 pm)
Responses to this message:
|
|
All messages in this thread [show all]
 |  | re: System paths in 95. (Lee: Fri, Apr 28, 2006, 3:03 pm) |
| |
| |
Return to the Windows 95 Discussion Forum
|
|
|
|