Close
jGuru Forums
Posted By: Hanh_Cao Posted On: Tuesday, September 4, 2001 12:25 AM
Under Unix I can use %prog < input.txt > output.txt to get the output file from prog .
How can I use Java to call prog and produce the same result? Thank you.