hardcode c:\reactos\system32\cmd.exe for now

svn path=/trunk/; revision=39643
This commit is contained in:
Steven Edwards 2009-02-17 07:06:45 +00:00
parent 59cb16455f
commit f3795555d3

View file

@ -364,7 +364,7 @@ static void RunShell(client_t *client)
PROCESS_INFORMATION piProcInfo;
SECURITY_ATTRIBUTES saAttr;
const char *name = "c:\\windows\\system32\\cmd.exe";
const char *name = "c:\\reactos\\system32\\cmd.exe";
const char *cmd = NULL;
//const char *name = "d:\\cygwin\\bin\\bash.exe";
//const char *cmd = "d:\\cygwin\\bin\\bash.exe --login -i";