(→Escaped Strings)
|
(→Notes on Using SETENV)
|
Line 74: | |||
=== Unescaped Strings (env.properties) === | === Unescaped Strings (env.properties) === | ||
+ | <pre>PATH=Z:\APPS\Java\jdk1.7.0_10\jre\bin\server\..;Z:\APPS\AnthillPro\agent\bin;C:\Windows\system32;</pre> | ||
=== Escaped Strings (env properties) === | === Escaped Strings (env properties) === | ||
+ | <pre>PATH=Z:\\APPS\\Java\\jdk1.7.0_10\\jre\\bin\\server\\..;Z:\\APPS\\AnthillPro\\agent\\bin;C:\\Windows\\system32;</pre> |