yoshiyyy Posted July 15, 2003 Posted July 15, 2003 i was wondering what you would use the console application for and where can i find vb script tutorials ? Quote
*Experts* Volte Posted July 15, 2003 *Experts* Posted July 15, 2003 You can use the console application for things that you don't wish to load down with a graphical UI. For example, if you are making some sort of server application that doesn't have any sort of user interaction, you may wish to make it a console application so as to enable basic statistical output or errors or whatever. There isn't really any time you need to use a console application, it's just that you can use it if you don't need controls. Quote
reanjr Posted July 26, 2003 Posted July 26, 2003 There is one time you would need to use it. If you plan on running the program through a Command Window, of course. But this also includes if you are telneting to the machine or sshing to the machine. Both of these use the Console. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.