I would like to create a simple program, with no windows using VB. I would like to return a code to the calling process. The calling process will be a batch file. I want to check for ERRORLEVEL.
How do I pass this return value back to the cmd shell? Or can’t I?
Thanks