Is there any way to suppress errors?
Posted: Fri Sep 18, 2009 5:52 am
				
				Seems like -quiet switch doesn't suppress error output. I still get "  Error: Can't create file (...)" errors on screen. >nul doesn't work either.
Anyone know some way I could hide errors? I use batch file with simple errorlevel checks and the users should see only "<file> - OK" or "<file> - error".
			Anyone know some way I could hide errors? I use batch file with simple errorlevel checks and the users should see only "<file> - OK" or "<file> - error".