diff --git a/src/shell/shell_cmds.cpp b/src/shell/shell_cmds.cpp index 6f013ed7..1e42d103 100644 --- a/src/shell/shell_cmds.cpp +++ b/src/shell/shell_cmds.cpp @@ -127,7 +127,7 @@ void DOS_Shell::DoCommand(char * line) { if (*line == '/') break; if (*line == '\t') break; if (*line == '=') break; - if (*line == ':') break; +// if (*line == ':') break; //This breaks drive switching as that is handled at a later stage. if ((*line == '.') ||(*line == '\\')) { //allow stuff like cd.. and dir.exe cd\kees *cmd_write=0; Bit32u cmd_index=0;