alias c.test {
var %x 1
while (%x <= $scon(0)) {
if ($scon(%x).server == Msn) { scid $scon(%x).cid | scid $scid(%x) | scon %x | window -c "status window" }
inc %x
}
}
If I have about 5 Msn servers open, and i do /c.test I want it to close them all, but the above alias isnt working. any help anyone?