- Minor fixes to work more like WinXP's cmd

- Removed the now obsolete "seta_test.cmd"

svn path=/trunk/; revision=33561
This commit is contained in:
Colin Finck 2008-05-17 20:07:31 +00:00
parent b655fc4f5e
commit 92545f124e
7 changed files with 21 additions and 133 deletions

View file

@ -54,8 +54,6 @@ INT cmd_cls (LPTSTR cmd, LPTSTR param)
coPos, &dwWritten);
SetConsoleCursorPosition(hConsole, coPos);
bIgnoreEcho = TRUE;
return 0;
}
#endif