Mail Archives: djgpp/1997/11/20/01:01:07
On Wed, 19 Nov 1997 01:48:09 GMT in comp.os.msdos.djgpp Guy Giesbrecht <guido5 AT chatlink DOT com> wrote:
: @ECHO OFF
: SET BLASTER=A220 I5 D1 T4
: SET PATH=C:\JAVA\BIN;C:\djgpp\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Perl\bin;
: djgpp=c:\djgpp\djgpp.env
The above line should have `set' before it:
set djgpp=c:/djgpp/djgpp.env
Apparently forward slashes sometimes work where backslashes don't, also.
: The forward slashes / make me think I might have the unix version by mistake,
It's a port of a unix program; those default paths are naturally
specified with forward slashes. You'll find that most djgpp utilities
don't care what direction your slashes go in.
--
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -