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:
justin1014 2002-09-21 18:49:49 +00:00
parent 6afeb313a4
commit dfb549d324
6 changed files with 6 additions and 94 deletions

View file

@ -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.