Shell
This test node can be used in two ways. First you can call other programs by
entering a command in the program field. Second you can execute a sequence of shell
commands by determine the shell in the program field and entering the shell commands
in the input field. Do not forget, at the end to close the shell with the appropriate
exit command. The output is shown on the Log tab
| Example for Windows XP: |
| Program: | cmd.exe |
| Input: | cd C:\test dir exit 0 |
Shell
- [Program]
An external program, that you want to call. Also include any startup options.
The working directory can be determined by pointing the Project Base URL to a directory.
- [Input]
Commands that should be inputed to program, while it is running.
- [Timeout]
timeout>0: waits for the program timeout seconds to finish.
timeout=0: waits for the program forever to finish.
timeout<0: does not wait for the program to finish.
General & Log
See General.