add error code for file not found it was missing on one place
Modified: trunk/reactos/subsys/system/cmd/error.c

Modified: trunk/reactos/subsys/system/cmd/error.c
--- trunk/reactos/subsys/system/cmd/error.c	2005-06-21 21:35:07 UTC (rev 16210)
+++ trunk/reactos/subsys/system/cmd/error.c	2005-06-21 22:07:44 UTC (rev 16211)
@@ -136,6 +136,7 @@
 
 	LoadString(CMD_ModuleHandle, STRING_ERROR_FILE_NOT_FOUND, szMsg, RC_STRING_MAX_SIZE);
 	ConErrPrintf(_T("%s - %s\n"), szMsg, f);
+  nErrorLevel = 1;
 }