mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 03:54:25 +08:00
hardcode c:\reactos\system32\cmd.exe for now
svn path=/trunk/; revision=39643
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user