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))
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))