• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

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

diShy

~ یơυℓℓεss ..
Onursal Üye
Üyelik Tarihi
27 Kas 2009
Mesajlar
24,120
MFC Puanı
79
Yaş
35
Konum
ىαкαяyλ
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.


 
Geri
Üst