This shows you the differences between two versions of the page.
|
components:others [2010/07/14 10:39] avackova |
components:others [2010/07/14 10:39] (current) avackova |
||
|---|---|---|---|
| Line 484: | Line 484: | ||
| | ''environment'' | no | system-dependent mapping from variables to values. Mappings are separated by **:;|** {colon, semicolon, pipe}. By default the new value is appended to the environment of the current process. It can be changed by adding ''!false'' after the new value, eg.: //PATH=/home/user/mydir// appends ///home/user/mydir// to the existing PATH, but //PATH=/home/user/mydir!false// replaces the old value by the new one (///home/user/mydir//). | | 3.0 | | | ''environment'' | no | system-dependent mapping from variables to values. Mappings are separated by **:;|** {colon, semicolon, pipe}. By default the new value is appended to the environment of the current process. It can be changed by adding ''!false'' after the new value, eg.: //PATH=/home/user/mydir// appends ///home/user/mydir// to the existing PATH, but //PATH=/home/user/mydir!false// replaces the old value by the new one (///home/user/mydir//). | | 3.0 | | ||
| | ''deleteBatch'' | no | whether to delete or not temporary batch file | true | 3.0 | | | ''deleteBatch'' | no | whether to delete or not temporary batch file | true | 3.0 | | ||
| - | | ''charset'' | no | encoding used for formating/parsing data for input/from output of system process | ISO-8859-1 | 3.0 | | + | | ''charset'' | no | encoding used for formating/parsing data for input/from output of system process | ISO-8859-1 | 3.0 | |
| **Example:** | **Example:** | ||