19 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!!!
- Get rid of Logo1_.exe virus manually
- Hot: How to Remove the Popup Ads in Avira Antivir
- Application & Information on Tatkal for Provisional Certificate
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