View Full Version: Setting the PATH

C++ Learning Community > Computer Lab > Setting the PATH


Title: Setting the PATH
Description: I forgot how...


TheHawgMaster - October 18, 2003 03:26 PM (GMT)
I cannot for the life of me remember how to change the PATH environment variable (Or at least what to set it to <_< )

Dragon - October 18, 2003 09:40 PM (GMT)
If you are using a batch file you can put this somewhere in the code:

CODE
path "C:\Borland\BCC55\Bin\"%PATH%


This sets the path to "C:\Borland\BCC55\Bin."

TheHawgMaster - October 18, 2003 11:09 PM (GMT)
Thanks




* Hosted for free by InvisionFree