E
ed
Hi all,
I'm very new to vb (2nd day) and I need to create a small app that will
replace my old batch file with a flashy gui. I had some experience
with access 2.0 which helps
What I would like is to get the output of the batch file to display on
the gui as the batch file is running.
if some of you understand unix... I want this: tail -f
/var/log/messages
If it's not possible to stream it, I'd like to find a way to output the
result at the end of the batch file execution.
Last but not least, how do I hide the batch window when it executes so
that the user only sees the gui?
Thank you all,
-Ed
I'm very new to vb (2nd day) and I need to create a small app that will
replace my old batch file with a flashy gui. I had some experience
with access 2.0 which helps
What I would like is to get the output of the batch file to display on
the gui as the batch file is running.
if some of you understand unix... I want this: tail -f
/var/log/messages
If it's not possible to stream it, I'd like to find a way to output the
result at the end of the batch file execution.
Last but not least, how do I hide the batch window when it executes so
that the user only sees the gui?
Thank you all,
-Ed