From: "Matt Bayliss" Newsgroups: comp.os.msdos.djgpp Subject: Re: Beginner stupid question... Date: Sat, 23 Jun 2001 17:57:11 +0100 Organization: (Posted via) GTS Netcom - Public USENET Service http://pubnews.netcom.net.uk Lines: 23 Sender: grebz AT crosswinds DOT net Message-ID: <9h2hmb$dq4$1@taliesin.netcom.net.uk> References: <9h2h51$1epu$1 AT node21 DOT cwnet DOT roc DOT gblx DOT net> <9h2hfh$i34$1 AT node21 DOT cwnet DOT roc DOT gblx DOT net> NNTP-Posting-Host: host213-122-214-121.btinternet.com X-Trace: taliesin.netcom.net.uk 993315340 14148 213.122.214.121 (23 Jun 2001 16:55:40 GMT) X-Complaints-To: abuse AT corp DOT netcom DOT net DOT uk NNTP-Posting-Date: Sat, 23 Jun 2001 16:55:40 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Anywhere you like, see my other answer. To tell the truth I don't use the autoexec.bat modifications, I use a little batch file which I have a shortcut to on my Windows 98 desktop. It looks like this: ** REM Session script for DJGPP and PPD. @echo off set djgpp=d:\djgpp\djgpp.env set path=d:\djgpp\bin;%path%;d:\progs\ppd\bin doskey cd d:\data\c d: command ** Matt