Search found 1 match

by mikegoyette
Fri Feb 06, 2009 1:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How do I capture <STDIN>?
Replies: 1
Views: 5081

How do I capture <STDIN>?

OK, I wrote this program called Crypto that runs other programs in the background and captures their output and displays it in a window in HTML. It also captures input from the window and send it to the other programs standard input. OK, for QBasic and QB4.5, the output works perfectly, but the inpu...