Mail Archives: djgpp/1998/12/29/18:35:10
Essidartha Emerald (essidartha AT yahoo DOT com) wrote:
:
: I know this is a very dumb question, but I need some hand holding.
: This is my autoexec.bat now
: ---------------------------
: @echo off
: path=c:\ca_appsw;c:\java\bin
:
: ------------------------------------------------------
:
: IS THIS THE RIGHT WAY TO EDIT IT?
: ---------------------------------
:
: @echo off
: set DJGPP=C:\DJGPP\DJGPP.ENV
: path=c:\ca_appsw;c:\java\bin;c:\djgpp\bin;%path%
Perhaps you should consider putting DJGPP's bin directory first? Like
this:
path=c:\djgpp\bin;c:\ca_appsw;c:\java\bin;%path%
Holmboe, Symphony No. 4,
MartinS
- Raw text -