mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
hardcode c:\reactos\system32\cmd.exe for now
svn path=/trunk/; revision=39643
This commit is contained in:
parent
59cb16455f
commit
f3795555d3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue