- 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

@ -292,6 +292,9 @@ BOOL Batch (LPTSTR fullname, LPTSTR firstword, LPTSTR param)
return FALSE;
}
/* Don't print a newline for this command */
bIgnoreEcho = TRUE;
TRACE ("Batch: returns TRUE\n");
return TRUE;