/CMD no longer exists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2923 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
de17e40754
commit
093f1f9bb6
1 changed files with 3 additions and 9 deletions
|
@ -6,15 +6,15 @@ without opening a dos box.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
nsExec::Exec [/TIMEOUT=x] [/CMD] path
|
nsExec::Exec [/TIMEOUT=x] path
|
||||||
|
|
||||||
-or-
|
-or-
|
||||||
|
|
||||||
nsExec::ExecToLog [/TIMEOUT=x] [/CMD] path
|
nsExec::ExecToLog [/TIMEOUT=x] path
|
||||||
|
|
||||||
-or-
|
-or-
|
||||||
|
|
||||||
nsExec::ExecToStack [/TIMEOUT=x] [/CMD] path
|
nsExec::ExecToStack [/TIMEOUT=x] path
|
||||||
|
|
||||||
All functions are the same except ExecToLog will print the output
|
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 logwindow and ExecToStack will push up to ${NSIS_MAX_STRLEN}
|
||||||
|
@ -26,12 +26,6 @@ process is received, the timeout value is reset and it will
|
||||||
again wait for more output using the timeout value. See Return
|
again wait for more output using the timeout value. See Return
|
||||||
Value for how to check if there was a timeout.
|
Value for how to check if there was a timeout.
|
||||||
|
|
||||||
The /CMD param is optional. The /CMD indicates that the exec procedure should use
|
|
||||||
command processor to execute the command, ie, %COMSPEC% path
|
|
||||||
|
|
||||||
*IMPORTANT NOTICE* The /CMD param should be used for 16bits MS-DOS applications
|
|
||||||
or applications that create windows, or any form of user interface
|
|
||||||
|
|
||||||
To ensure that command are executed without problems on all windows versions,
|
To ensure that command are executed without problems on all windows versions,
|
||||||
is recommended to use the following syntax:
|
is recommended to use the following syntax:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue