git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4804 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-02 20:24:56 +00:00
parent 3ee55b256b
commit 2971d77008

View file

@ -17,7 +17,7 @@ nsExec::ExecToLog [/OEM] [/TIMEOUT=x] path
nsExec::ExecToStack [/OEM] [/TIMEOUT=x] path
All functions are the same except ExecToLog will print the output
to the logwindow and ExecToStack will push up to ${NSIS_MAX_STRLEN}
to the log window and ExecToStack will push up to ${NSIS_MAX_STRLEN}
characters of output onto the stack after the return value.
Use the /OEM switch to convert the output text from OEM to ANSI.