ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Redirect screen output to clipboard

<< < (3/6) > >>

ChalkTrauma:
I would use something like tee to do this:

http://unxutils.sourceforge.net/


so. something like the following command line:

dir /b | clipcopy -e | tee dirlist.txt

 :Thmbsup:

lanux128:
i use this quite often but can't remember where i got this from, until today. :) this is a very good tool, thanks ChalkTrauma! :Thmbsup:

ChalkTrauma:
I'm glad you find it useful, thanks for the reply  :Thmbsup:

lanux128:
so what other command line gems have you written? please do share with us.. :)

ChalkTrauma:
I guess at last count I have over 50 of these things I wrote to solve this problem or that, they are in various states of completeness. Some have wacky command line params that do odd things if you combine them, that I have never fixed or documented, and some continue to evolve to help me do things in my 'day job'..

I guess I really should run through them and see whats there.. Maybe this is the little push I need to package some of these up for general use..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version