====== ProcessExecGetOutput ====== ProcessExecGetOutput [/EV-] [/OEM] [ []] Starts a process (hidden) and gets its output through stdout to a variable. The file should only be executable. **Parameters** |< 100% 15% >| |var|Name of the variable that will receive the value.| |file|File name. May contain variables and environment variables.| |parameters|File commandline. May contain variables and environment variables.| |path|Working dir. May contain variables and environment variables.| **Switches** |< 100% 15% >| |/EV-|Disables the use of environment variables in the text.| |/OEM|Switch the progrem output encoding to OEM (ANSI by default).|