cd.. is upon us
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@105
This commit is contained in:
parent
e1a9d3e616
commit
77da180405
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ void DOS_Shell::DoCommand(char * line) {
|
|||
while (*line) {
|
||||
if (*line==32) break;
|
||||
if (*line=='/') break;
|
||||
if (*line=='.') break;
|
||||
*cmd_write++=*line++;
|
||||
}
|
||||
*cmd_write=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue