hi frnd i m new in Programming so please help me out how can i link or open .exe file in c program i m using turbo c how can i link 1 exe file in my program so i can run it in my main program

I don't think you can store EXEs as resource data. The best you could do is to attach that EXEs code to your Main EXE & upon running it read & save that EXE's code to disk. Though it will be completely inappropriate & unwanted. Why don't you use the system() function or ShellExecute() [Strictly Windows] to execute that EXE.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.