View Single Post
Old Jun 18th, 2006, 11:20 AM   #4
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Your question isn't clear. There are multiple ways to input data into a program; via a GUI interface, via a TCP socket, via a file - the list goes on. The standard way of inputting data to console applications is STDIN, which most non-GUI console applications use. If you want to mix user input with automated input via STDIN in a custom arrangement, you'll probably need a more powerful scripting language than KSH. Possibly something like Perl or Python.
Arevos is offline   Reply With Quote