Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Launching exes using Cpp code

Status
Not open for further replies.

mustang82

Junior Member level 3
Junior Member level 3
Joined
Dec 2, 2005
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Third Rock from the sun
Activity points
1,556
Hello,

Can anyone please tell me how do we launch a precompiled exe file stored in the output directory using a C++ code and a suitable function. I want the file to be launched as soon as that code is read. Thank you
 

#include <cstdlib>
system("filename.exe");
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top