Hi Everyone,
First time posting here.
I'm trying to figure out to write a batch file that silences the loading messages when I use the systeminfo command. I figure it must be some kind of redirection but I'm not sure how to do it.
Right now, the attempt looks like this:
C:\>systeminfo
Loading Processor Information...
Essentially, I'd like the "Loading Processor Information..." and other messages to not appear on the screen.
Any help would be very much appreciated!
Silencing Loading Messages
Moderator: DosItHelp
Re: Silencing Loading Messages
Code: Select all
systeminfo >file.txt 2>nul