Hello Everyone
Does anyone know how to send the output from a command line to a pipe so I can send that output to a textarea in a .hta script instead of cmd opening its own window and put the output to that. I looked up the cmd command and according to that a "/A" sends it to a pipe but, I can not find out where the output is going. For example in Perl you can open a file handle and pipe the output to that then send the file handle to an array then write the array to the window inside your program. Any help will be greatly appreciated.
Thanks Randy
Does anyone know how to send the output from a command line to a pipe so I can send that output to a textarea in a .hta script instead of cmd opening its own window and put the output to that. I looked up the cmd command and according to that a "/A" sends it to a pipe but, I can not find out where the output is going. For example in Perl you can open a file handle and pipe the output to that then send the file handle to an array then write the array to the window inside your program. Any help will be greatly appreciated.
Thanks Randy