Neler yeni
MEGAForum - Teknoloji Forumu

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı yada giriş yapmalısınız. Forum üye olmak tamamen ücretsizdir.

mIRC üzerinden \'\'exe\'\' dosyası kapatmak

diShy

~ یơυℓℓεss ..
Onursal Üye
  • Üyelik Tarihi
    27 Kas 2009
  • Mesajlar
    24,120
  • MFC Puanı
    79
alias exekapat {
.comopen Win WbemScripting.SWbemLocator
if (!$comerr) && ($com(Win,ConnectServer,3,dispatch* Services)) && ($com(Services)) {
if ($com(Services,InstancesOf,3,string,Win32_Process, dispatch* Instances)) && ($com(Instances)) {
if ($com(Instances,Count,3)) {
if $com(Instances) {
var %n = $com(Instances).result
var %m = 1
while (%m <= %n) {
if ($1 == $comval(Instances, %m, Caption)) {
!.echo -q $comval(Instances, %m, Terminate)
var %proname = $comval(Instances, %m, Caption)
}
inc %m
}
}
}
}
}
.comclose Instances | .comclose Services | .comclose Win
}

Programın kullanımı ;
Örnek: /exekapat mIRC.exe
/exekapat programadı.exe şeklindede birçok exe programını mIRC üzerinden kapatabilirsiniz.


 
Üst Alt