Commandline catch

just wondering, is there a way to catch comandline text somehow. like when some app is executed via shellexecute.

you could try directing the output of the app to a file by adding ’ > filename.txt ’ on the end of the command. Then read this into vvvv after a short delay.

cheers man,
just did this and it works quite well…