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