FiberOPtics tarafından yazılan aşağıdaki kodu remote'a koyduğunda /shutdown yazdığında Windows Shutdown (Kapanış) Dialogu çıkacaktır. İşte kod:
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias shutdown {
var %e = !echo $color(info) -a * /shutdown:
if ($version < 5.91) %e this snippet requires atleast mIRC 5.91
else {
var %shell = shell $+ $ticks
.comopen %shell shell.application
if ($comerr) %e error opening shell object.
else .comclose %shell $com(%shell,shutdownwindows,1)
}
}