delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/03/27/18:33:21

From: "Federico Scala" <fs DOT legno AT tin DOT it>
Newsgroups: comp.os.msdos.djgpp
References: <001501c0b700$ba2a6f00$173d9ad8 AT cedric>
Subject: Re: Autoexe.bat path statements
Lines: 25
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Message-ID: <r59w6.85649$yl2.6850276@news1.tin.it>
Date: Tue, 27 Mar 2001 23:10:15 GMT
NNTP-Posting-Host: 213.45.247.69
X-Complaints-To: newsmaster AT tin DOT it
X-Trace: news1.tin.it 985734615 213.45.247.69 (Wed, 28 Mar 2001 01:10:15 MET DST)
NNTP-Posting-Date: Wed, 28 Mar 2001 01:10:15 MET DST
Organization: TIN
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

> After restoring DJGPP and RHIDE from the zip drive I attempted to
> enter the path statements into autoexe.bat which at this point contained
> no other statements.
> I entered ;  PATH=D:\DJGPP\BIN;%PATH%
>                DJGPP=D:/DJGPP/DJGPP.ENV
> [...]
> I have tried using back slashes in the environment statement but to no
avail,
> what is the problem?

Is a missing SET command ... I often make the same mistake switching back
and forth between COMMAND.COM and a decent shell.

The correct statement is:

    SET DJGPP=D:/DJGPP/DJGPP.ENV

(hu... I don't remeber if "slash-direction" is important ...)

On the PATH= line, the SET command may be omitted, since COMMAND.COM
understands PATH as an alias to SET PATH.

-- Legno


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019