[RESOLVED] Display output of a file?
So, i have this file that is already compiled in python... "example.pyc", when i double click the "example.pyc" it opens the file in cmd. It displays output and lets the user select between a few options. I want this to display the output into the specified text area and allow the user to enter input through a second textarea.
Any ideas on how to do this? I am somewhat new to this aspect of VB programming so please excuse me!
Thanks.
Re: Display output of a file?
Go to the VB.NET CodeBank forum, sort by Thread Starter and page to the threads by gigemboy. Among them you will find a thread on Automating The Command Prompt, which is exactly what you want.
Re: Display output of a file?
Thank you alot! Fast reply too!