002
08.05.2011, 09:33 Uhr
Napsta
|
Ich will ja nur den cmd.exe öffnen und nix anderes erstmal.
hier der Code(Ist wohl ganz falsch):
C++: |
#include <iostream> #include <Windows.h>
using namespace std;
int main() { CreateProcess(cmd.exe,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
return 0; }
|
MFG Napsta |