Apr 10, 2003 #1 cranebill IS-IT--Management Jan 4, 2002 1,113 US How can i run a simple exe file using code?
Apr 10, 2003 #2 HHaskel Programmer Jun 14, 2002 46 SE 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 Upvote 0 Downvote
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