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.