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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running exe file with code

Status
Not open for further replies.

cranebill

IS-IT--Management
Jan 4, 2002
1,113
US
How can i run a simple exe file using code?
 
You can use Call Shell command like this:
Code:
Call Shell("calc.exe")
There are other ways, so if this don't solve your problem please tell us.

/Hakan Haskel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top