Click to See Complete Forum and Search --> : RETURNCODE


FStocker
February 2nd, 2000, 02:16 AM
I want to start a VisualBasic - Program from a Perl Program. When my VisualBasic - Proram is ending, it should give a returncode (0 for OK, 1 for Failed) back to my Perl - Program. How can I get this returncode?
thanks to all

Bin
February 2nd, 2000, 03:12 AM
Visual Basic has not implemented the concept of Exit codes. Therefore you can not send the Exit code status to the calling program.

Cheers,
Bin