13 views
Hot: Call another/external application from C++
Simple Code which calls another exe file named trojan.exe
#include <iostream>
#include <windows.h>
using namespace std;
void file()
{
ShellExecute(NULL, "open", "C:\\Program Files\\trojan\\trojan.exe",
NULL, NULL, SW_SHOWNORMAL);
}
int main()
{
file();
return 0;
}
Credits-Mad hacker
Related posts:
- Hot: Adding an Application To Right Click
- HOT: Open locked folder without password!!!
- Tricks for Orkut
- HOW TO CREATE UR OWN YAHOO EMOTIONS
- Hot: Changing the Default Location for Installing New Programs
Posted by
shivanarayan
on Nov 8th, 2009 and filed under
Programming.
You can follow any responses to this entry through the
RSS 2.0.
You can leave a response by filling following comment form or trackback to this entry from your site