|
Web+ Tutorial
|
Lesson 8.1 - Executing external programs from Web+
- Description
- Runs an executable program.
- Syntax
<webRun EXE=#ExecutableCommandLineString# [TYPE=ExecutableType][INPARA=InputParameter] [OUTVAR=OutputvariableName] [TIMEOUT=NumberOfSeconds] PASSWORD=webRunPassword>
- Agument
- /tutorial/argument/arg36.wml
- Example
<webRun EXE="tracert www.webplus.com" TYPE="Win32"OUTVAR=#output# Password="test">
- Exercise
- This example is for your reference. You can try it on your own system.
You can try out some Web+ code of your own here.
|
|