I want to make a nice and clean batch file for an end user. I put @echo off but it still displays "operation completed successfully" when adding reg keys
Is there a way to hide the successful echo's also?
I want to make a nice and clean batch file for an end user. I put @echo off but it still displays "operation completed successfully" when adding reg keys
Is there a way to hide the successful echo's also?
Redirect to nul
command > nul 2>&1