Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return Code from EXE in a ColdFusion app.

Status
Not open for further replies.

muzirango

Programmer
Jun 18, 2001
2
US

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top