WriteProgramString()
Syntax
Result = WriteProgramString(Program, String$)Description
Writes the given string to the specified programs input (stdin). The program must have been started with RunProgram() and the #PB_Program_Write flag.
There is no newline written to the program after the string. To include the newline, WriteProgramStringN() can be used. To write raw data to the program, WriteProgramData() can be used. This command can also be used to send an EOF (end of file) to the program which tells it that there will be no more input.
Supported OS
All