I'm running an exe (of a .c file) tho' my vb application using 'Shell' function provided. The exe returns exit status tho' exit statement. How can I get the status code in my vb application which has invoked the exe?
Please help.