Displaying 1 result from an estimated 1 matches for "872959".
Did you mean:
372959
2009 Jan 09
2
Capturing system console information
Hello,
I have a simple web application that executes a .exe program through my
controller. The exe program processes some information and displays an
output on the script/server output. Is it possible to catch this
information from the console and output it back to the user?
I have tried the following but it does not seem to work:
puts << system.readlines(separator=$/)
Regards,