PDA

View Full Version : opening a .exe in C++


snake2
28-02-2005, 15:36
i'm making a C++ program and i want it to open another .exe is there any way i can do that

DABhand
20-03-2005, 14:59
You will have to decompile the exe into c++

snake2
20-03-2005, 16:44
i got it working i just used WinExec()