From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Babcock Newsgroups: gmane.emacs.help Subject: Re: Windows XP: Set PATH Variable by Script/Batch Date: Wed, 06 Jun 2007 19:31:10 -0700 Organization: FlashNewsgroups.com Message-ID: References: <5co1srF3283cpU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181207998 19883 80.91.229.12 (7 Jun 2007 09:19:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2007 09:19:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 07 11:19:57 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwE9s-0008Qv-CY for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 11:19:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwE9r-00060u-5u for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 05:19:55 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx02.iad01.newshosting.com!newshosting.com!208.49.83.146.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7yQUZ7CaYQxA!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Xnews/2006.08.24 Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 12 Original-X-Trace: 334cf46676deee6c0dea632620 Original-Xref: shelby.stanford.edu gnu.emacs.help:149146 X-Mailman-Approved-At: Thu, 07 Jun 2007 05:19:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44739 Archived-At: Will wrote in news:5co1srF3283cpU1@mid.individual.net: > Hallo, > > is there a way to set the PATH Variable under MS Windows XP > automatically by a script/batch file (cf. autoexec.bat in Win98) to > avoiding using the Graphical User Interface (My Computer > Properties > > Advanced > Environment Variables > ...)? Look for pathman.exe in the various Microsoft resource kits. A search at microsoft.com should find a free download. Setx.exe might also be useful for setting other environment variables such as HOME.