I am trying to use Visual Basic 6.0 to create an application that is called
from the command prompt to do some database maintenance. I am running into
two issues:
1. When I run the VB application, I immediately get a new command prompt,
rather than waiting for completion of the VB application.
2. How do I output messages that show up in the Command Prompt window like
a typical DOS command (i.e. XCOPY /?)?
Thanks,
Mike Schumann
Peter Young - 31 Aug 2004 15:44 GMT
> I am trying to use Visual Basic 6.0 to create an application that is called
> from the command prompt to do some database maintenance. I am running into
[quoted text clipped - 5 lines]
> 2. How do I output messages that show up in the Command Prompt window like
> a typical DOS command (i.e. XCOPY /?)?
This explains it:
http://www.vbadvance.com/console.htm
-Pete