You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Liao, Huai" <HL...@exchange.SanDiegoCA.NCR.COM> on 2000/09/28 19:27:00 UTC

Setting PATH variable

	Is there a way to set PATH enviroment variable at runtime?  I want
to do something like the following

		set PATH=%MY_HOME%/bin;%PATH%

	Which task should I use to accomplish this?  Thanks in advance.

	-Shawn