|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
running .exe within .exe
is it possible to run an .exe file within a program in DevC++?
I got 2 programs one dependant on the other and I just want to automate it so that running one program will run both. thanks Ram09 |
|
#2
|
||||
|
||||
|
try this:
system("c:\\path\\to\\second_program.exe"); [edit] duh! used single backslashes instead of double backslashes [/edit] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > running .exe within .exe |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|