- Minor fixes to work more like WinXP's cmd
[reactos.git] / reactos / base / shell / cmd / batch.c
index 29e3091..5184b32 100644 (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;