From: "jgc9" Newsgroups: comp.os.msdos.djgpp Subject: DOS can't find RHIDE with WindowME Date: Sat, 13 Oct 2001 10:28:12 +1000 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 Lines: 38 Message-ID: <3bc78654$0$593$afc38c87@news.optusnet.com.au> NNTP-Posting-Host: 198.142.177.235 X-Trace: 1002931815 593 198.142.177.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I want to use DJGPP and RHIDE on my new winME machine. The setup given is: set PATH = C:\DJGPP\BIN\;%PATH% set DJGPP= C:\DJGPP\DJGPP.ENV From START on the task bar I choose Run... and type and enter msconfig resulting in the System Configuration Utility program. I select Environment tab double click PATH variable and add C:\DJGPP\BIN\;%PATH% to its value. But I get this error: No environment value substitutions are allowed (no more than one %) I do not get that error on the win95 and win98 machines. If I leave off %PATH% programs still compile and run from RHIDE but I cannot run RHIDE itself unless it is in the current directory. RHIDE is in C:\DJGPP\BIN Is this due to not being able to add %PATH% Any ideas how to fix it? - John Casey