updated to new exdll interface. note that /TIMEOUT must come before command now.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1122 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6afeb313a4
commit
dfb549d324
6 changed files with 6 additions and 94 deletions
|
@ -5,11 +5,11 @@ without opening a dos box.
|
|||
|
||||
Usage
|
||||
-----
|
||||
nsExec::Exec path [/TIMEOUT=x]
|
||||
nsExec::Exec [/TIMEOUT=x] path
|
||||
|
||||
-or-
|
||||
|
||||
nsExec::ExecToLog path [/TIMEOUT=x]
|
||||
nsExec::ExecToLog [/TIMEOUT=x] path
|
||||
|
||||
Both functions are the same except ExecToLog will print the output
|
||||
to the logwindow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue