Yes you're right the clip command copies the output of any command-line application to the clipboard... see http://www.ss64.com/nt/clip.html
I understand that I'm doing a hard-loop to wait for something to exist in the clipboard... and I prefer that mirc freeze until the output is caught so that was on purpose (and it would only be for a split-sec if the cmd program didn't freeze up), which is what I don't understand. Why does the command-line program (ipconfig) freeze as well from the loop?... I thought (read from other posts on these forums) that even infinite loops wouldn't affect anything outside mIRC because of cpu time pieces or something (I know nothing about how it works just from what I read from replies to multi-threading feature suggestion posts)

Quote:

There are so many things wrong with that code, it's really quite amazing it works at all!

Besides the hard-loop (1 thing) what else is wrong? (What are these so many things?)

and I know how to get around the problem... No Work-Arounds Needed Thx.

Last edited by PhireCoder; 17/09/07 11:17 AM.