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
Printable View
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
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