PDA

View Full Version : Petr's cool 2 line copy processes to clipboard



kryton9
30-03-2008, 00:50
Today Petr and I were IM'ing and I needed to send Petr the processes running on my computer. Petr gave me this incredible 2 line script and I was so amazed that I wanted to share it with everyone. It is very useful as you will see.

Run this little script and it will copy the processes running to the clipboard. Then you can paste the information anywhere you would like issuing the paste command from a menu or pressing ctrl+v


uses "OS"
clipboard_setText(OS_ProcessGetList($CRLF))

sandyrepope
30-03-2008, 05:09
This is a really cool and extremely useful script. Thanks, Kryton9, for posting it.

Thanks
Sandy

kryton9
30-03-2008, 06:57
Yes Sandy, I was really excited when Petr passed on this Gem to me and I couldn't wait to share it.

Petr Schreiber
30-03-2008, 17:57
I can get no special credits,

just combined two functions available :)


Petr