/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:
kichik 2003-09-16 16:44:06 +00:00
parent de17e40754
commit 093f1f9bb6

View file

@ -6,15 +6,15 @@ without opening a dos box.
Usage
-----
nsExec::Exec [/TIMEOUT=x] [/CMD] path
nsExec::Exec [/TIMEOUT=x] path
-or-
nsExec::ExecToLog [/TIMEOUT=x] [/CMD] path
nsExec::ExecToLog [/TIMEOUT=x] path
-or-
nsExec::ExecToStack [/TIMEOUT=x] [/CMD] path
nsExec::ExecToStack [/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}
@ -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
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,
is recommended to use the following syntax: