I have 4 commands chained together and I want to copy the output of all four of them to the clipboard at once (basically append the clipboard with the output of each). Is this possible. The command I am running is this.
ipconfig | findstr "IPv4" & systeminfo | findstr /B /C:"OS Name" /C:"OS Name" & wmic cpu get caption & wmic diskdrive get model & wmic diskdrive get size