Hello,
What I 'd like to be able to do is, for example, to open a windows command line into Touch bin folder and execute this command:
echo print("Hello from DOS!") | python
which would pass the script from the DOS command to the Touch process already opened, and therefore, in this particular case, printing “Hello from DOS!” to Touch Textport.
Presently, the script runs into the python process inside the Touch bin folder, but the script is not passed to the Touch process.