PC_Aide

copy output into clipboard or redirect output.bat

Feb 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.22 KB | None | 0 0
  1. ::&----------------------------------------------------------------------------------------------------------------------
  2. :: clip /?
  3. :: Describe: Redirects output of command line tools to the windows clipboard
  4. ::           This text output can then be pasted into other programs
  5. ::◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  6. :: mp4 ->
  7. :: mp4 in App-V5 ->
  8. ::◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  9. ::&----------------------------------------------------------------------------------------------------------------------
  10.  
  11. #E.g.
  12. dir | clip
  13.  
  14. #E.g. 2 - MAC Address (O/P: https://imgur.com/a/lU4SRZs)
  15. getmac | clip
Add Comment
Please, Sign In to add comment