mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 04:53:40 +00:00
- 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:
parent
b655fc4f5e
commit
92545f124e
7 changed files with 21 additions and 133 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue