I'm currently in the process of trying to make a VB app which runs from the command line. While I've found information on how to create new instances of the console, etc. (which all work quite well, thank you alt255 and others who made posts in the thread Console Applications), I need to use a currently running console. ie, the shell would look like this
C:\>myProgram.exe -h
These are the command line arguments for myProgram.exe
C:\>
How do I use the Windows API with VB to send my console output back to the console window that called it? Greg W
wolgemga@aecl.ca
C:\>myProgram.exe -h
These are the command line arguments for myProgram.exe
C:\>
How do I use the Windows API with VB to send my console output back to the console window that called it? Greg W
wolgemga@aecl.ca