I have a VB6 compiled application that is set up to run from both the commandline with arguements as well as with a GUI. When the application runs I want to output a "completed" message. Is there a simple way of doing this?
Printable View
I have a VB6 compiled application that is set up to run from both the commandline with arguements as well as with a GUI. When the application runs I want to output a "completed" message. Is there a simple way of doing this?
You could always make a .bat file that has @echo Completed in it and just shell it.