diff --git a/Contrib/nsExec/nsExec.txt b/Contrib/nsExec/nsExec.txt new file mode 100644 index 00000000..b3acfffe --- /dev/null +++ b/Contrib/nsExec/nsExec.txt @@ -0,0 +1,27 @@ +nsExec +------ +nsExec will execute command-line based programs and capture the output +without opening a dos box. + +Usage +----- +nsExec::Exec path [/TIMEOUT=x] + +-or- + +nsExec::ExecToLog path [/TIMEOUT=x] + +Both functions are the same except ExecToLog will print the output +to the logwindow. + +The timeout value is optional and is used to set the time in +milliseconds for the dll to wait for the process to return +before it quits. + +Return Value +------------ +If nsExec is unable to execute the process, it will return "error" +on the top of the stack, else it returns "success". + + +Copyright (c) 2002 Robert Rainwater \ No newline at end of file diff --git a/Plugins/nsExec.dll b/Plugins/nsExec.dll new file mode 100644 index 00000000..f6e49762 Binary files /dev/null and b/Plugins/nsExec.dll differ