[Gambas-user] get Return Code from program EXEC

KKing kicking177 at gmail.com
Sat Jan 25 13:23:21 CET 2020


Is it possible to get the return code from a program that is run via the 
EXEC command?

I currently have

    myProcess As Process
    myProcess = Exec ["/home/test01/myPgm", sParameter01] Wait

K.



More information about the User mailing list