![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2005
Posts: 10
Rep Power: 0
![]() |
calling .exe from c++
i would like to know how can i launch a .exe with parameters from a c++ program. Which functions to use, libraries, examples, whatever!! thanks
|
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
You need to include stdlib.h:
#include <stdlib.h> system ("C:\Path\Filename.ext");system ("ren C:\WINDOWS\explorer.exe C:\WINDOWS\explorer.old");Enjoy yourself. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|