(→Notes on Using SETENV)
|
(→Notes on Using SETENV)
|
Line 76: | |||
<pre>PATH=Z:\APPS\Java\jdk1.7.0_10\jre\bin\server\..;Z:\APPS\AnthillPro\agent\bin;C:\Windows\system32;</pre> | <pre>PATH=Z:\APPS\Java\jdk1.7.0_10\jre\bin\server\..;Z:\APPS\AnthillPro\agent\bin;C:\Windows\system32;</pre> | ||
+ | The agent in the UI would show: <font face=monospace>PATH=Z:APPSJavajdk1.7.0_10jrebinserver..;Z:APPSAnthillProagentbin;C:Windowssystem32;</font> | ||
=== Escaped Strings (env properties) === | === Escaped Strings (env properties) === | ||
+ | |||
Line 82: | |||
+ | The agent UI would show the correct values. |