I am running an Microsoft Viaual Basic application in ColdFusion 5.0. I want to find a way of trapping a return code from "MyVBExecutable.exe". If the "MyVBExecutable.exe" did not run well, it should return an integer "1"; if it run well, it should return an integer "0".
So, I want to take action based on what the return code is.
How can do that in Cold Fusion?