how to copy to clipboard using windows cmd
Windows clipboard command line
https://www.labnol.org/software/copy-command-output-to-clipboard/2506/
dir & clip
$ dir | clip
$ tree | clip
$ type error.log | clip
$ sort file.txt | clip
$ ipconfig /all | clip
https://github.com/xyzdata/App001/issues/3#issuecomment-310944897