How can I tell my VB.NET application to return info to the
command line that called it? For example, if I run
c:\myvbnetprogram.exe from the command line, how can I get
it to put something back on the same command line
like "hello world"??

thanks