SyntaxFix
Write A Post
Hire A Developer
Questions
You can redirect stdout to nul to hide it.
nul
COPY %scriptDirectory%test.bat %scriptDirectory%test2.bat >nul
Just add >nul to the commands you want to hide the output from.
>nul
Here you can see all the different ways of redirecting the std streams.