implement $s
Modified: trunk/reactos/subsys/system/cmd/prompt.c

Modified: trunk/reactos/subsys/system/cmd/prompt.c
--- trunk/reactos/subsys/system/cmd/prompt.c	2005-07-15 17:31:12 UTC (rev 16584)
+++ trunk/reactos/subsys/system/cmd/prompt.c	2005-07-15 17:46:26 UTC (rev 16585)
@@ -133,8 +133,11 @@
 					ConOutChar (_T('='));
 					break;
 
-				case _T('T'):
-					//PrintTime ();
+        case _T('S'):
+					ConOutChar (_T(' '));
+					break;
+
+				case _T('T'):					
           {
           TCHAR szTime[32];          
 	        GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime));