|
Using SHELLexecute |
Pipelines v1.8 |
.* Example by TenFiftyTwo(c). |
.* The following pipeline uses the SHELLexecute stage command to set the title of.* the active window. .* SHELLexecute can launch both system shell commands and third party processes; reading.* input records from the process' STDOUT and STDERR output streams. pipe literal \cmd title This is an example of how to use the SHELL stage command\
| shell .* Issue the shell command. | lit \Look at this windows’ title!\ .* Define the output message. | cons .* Write it to the console.