User User name Password  
   
Wednesday 27.11.2024 / 19:59
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > software, operating systems and more > windows - general discussion > batch file that adds to path
Show topics
 
Forums
Forums
Batch file that adds to PATH
  Jump to:
 
Posted Message
stoke49
Newbie
_
3. October 2009 @ 17:01 _ Link to this message    Send private message to this user   
I want to make a .bat file that adds a directory to the Widows XP environment varible. How do I do this?
AfterDawn Addict
_
4. October 2009 @ 00:48 _ Link to this message    Send private message to this user   
edited because my first answer wasn't quite correct.

From http://vlaurie.com/computers2/Articles/environment.htm

In the command line and in batch files, PATH can be modified by the command
path = dir1;dir2;dir3
This command will create a PATH environment variable consisting of the three directories dir1, dir2, and dir3. Note that the directory names are separated by a semicolon in the command statement. (An alternate form omits the "equals" sign.) This command will replace any previous directories that were in the PATH variable. To add a directory "newdir" to the current path use the statement
path = %PATH%;newdir

It is essential to remember that any changes that are made in a command window only endure until the window is closed. For permanent changes, use the method discussed in another section. It is also possible to use the command-line executable setx.exe that is contained in the Windows XP Service Pack 2 Support Tools.

The other section is here:

http://vlaurie.com/computers2/Articles/environment.htm#editing

and has some other options that should help.

This message has been edited since posting. Last time this message was edited on 4. October 2009 @ 01:00

afterdawn.com > forums > software, operating systems and more > windows - general discussion > batch file that adds to path
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2024 by AfterDawn Ltd.

  IDG TechNetwork