- Foreword
- Basics
- Syntax
- Commands
- String
- Plugins
- ModifyDialogs
- Commands
- SysInfo
- Commands
- Process
- Commands
- Tweaks
- Commands
-
- Appendix
ProcessExecGetOutput [/EV-] [/OEM] <var> <file> [<parameters> [<path>]]
Starts a process (hidden) and gets its output through stdout to a variable. The file should only be executable.
Parameters
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
/EV- | Disables the use of environment variables in the text. |
/OEM | Switch the progrem output encoding to OEM (ANSI by default). |