#include "stdafx.h"
#include <string>
#include <windows.h>
int main()
{
char* sStr;
sStr="notepad.exe";
WinExec(sStr,SW_SHOW);
return 0;
}
|
Results 1 to 2 of 2
Thread: So So Close...Run AppThreaded View
|
Click Here to Expand Forum to Full Width |