Hello,
I'm making, yet again, another batch file.
The actual code is working fine, I just want the display of it cleaned up a bit.
What I'm looking for is to hide the output of what the script is actually doing, but have a cmd window open showing updates as the script progresses. The @ECHO off cmd works a little bit, but it still shows stuff like "*** service is starting" etc. I don't like that. Is this even possible to do??
I'm making, yet again, another batch file.
The actual code is working fine, I just want the display of it cleaned up a bit.
What I'm looking for is to hide the output of what the script is actually doing, but have a cmd window open showing updates as the script progresses. The @ECHO off cmd works a little bit, but it still shows stuff like "*** service is starting" etc. I don't like that. Is this even possible to do??