Thread
:
CreateProcess help...
View Single Post
dcer
Newbie Member
22Oct2007,18:36
like this?
Code:
CreateProcess("C:\\test.exe", (LPSTR)((LPCTSTR)"hello"), NULL, NULL, FALSE, 0, NULL, NULL, &s, &p);
if it is, it doesn't work. =\