|
Using SHELLexecute |
Pipelines v1.7 |
.* 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 \This is an example of how to use the SHELL stage command\
| shell cmd title // Issue the shell command. | lit \Look at this windows’ title!\ // Define the output message. | cons // Write it to the console.