Bilgisayar

Sağlık

Serbest

Spor

Tarih

Home » Bilgisayar

Bat Programlama

Mert Meral | Çarşamba, 3 Ekim 200744 Yorum

Bu yazımda size bat programlamadan acemi düzeyinde bahsedeceğim.Yazıyı bir okuyuşta bat programlamayı hemen öğrendiğinize hayret ederek bat programlaya başlayacaksınız.Öncelikle bat programlama ne işe yarar?Bat programlama dos komutlarının belli bir grup çerçevesi içinde bir araya getirip bir arada çalıştırmaya yarar.Bir çok komutu sadece yarattığımız dosyaya çift tıklayarak çalıştırabildiği için inanılmaz büyük kolaylık sağlıyor.Aslında tam olarak ne işe yaradığını yazıyı okuyup bat programcılığını hafiften anlayınca göreceksiniz. İlk önce bir bat dosyası nasıl oluşturulur ondan bahsedelim.Başlat çalıştır diyin ve notepad yazarak not defterini çalıştırın.Sonra bu boş dosyayı kaydet diyelim.Aşağıdaki görüntüde olduğu gibi tüm dosyalar diyerek ilk.bat diyerek kaydedelim.

Şimdi notepad i kapatın.Kaydettiğiniz ilk.bat dosyasına sağ tıklayıp düzenle diyin.Tekrar notepad programına gelmiş bulunuyoruz.Artık buradan sonra komutlarımızı girmeye başlayacağız.Şimdi ufak bir program yazmaya başlayalım. @echo offecho merhaba pause Bu satırları yazıp dosyayı kaydettikten sonra bat dosyamıza çift tıklayıp çalıştıralım. Çalıştırdığınız zaman ekrana dos penceresi gelecek ve sizi merhaba mesajıyla karşılayacak ve siz bir tuşa basıncaya kadar sizi bekleyecek( zaten altta çıkan mesajda tam bundan bahsediyor :) ).
Gördüğümüz üzere programımız merhaba çıktısını verdi ekrana.Gelelim buradaki komutların ne işe yaradığına.

@echo off:Bat dosyasının çalıştırıldığı zaman ekrana işlenilen bütün komutları sıralar.Bu komutu eğer programın başına eklersek hiçbir komut listelenmez.

echo …:Bu komutun yanına yazılan yazıyı ekrana yazdırır.

pause:Normalde komutlar çalıştırıldıktan sonra program dos tan çıkar.Eğer bu komutu programın herhangi bir yerine eklerseniz program orda durur.

Şimdi işe yarar bir program yazalım artık.Hepiniz bilirsiniz ki Windows umuz sürekli sistemin orasında burasında geçici işe yaramayan dosya birikintileri bırakır.Bunlardan kurtulmak için gidip programlar kullanırız hepimiz.Peki bunu kendi yazdığınız bat programı gerçekleştirse daha güzel olmaz mı?Hem dışardan bir program yükleyerek sistemimize yük getirmiyoruz, hem de diğer yükleyeceğimiz programa karşın çok daha hızlı bir programa sahip olacağız.Böyle bahsedince düşünmeyin ki bu programı yapmak çok zor.Aslında değil.Aşağıda kodları görünce ne kadar kolay olduğunu göreceksiniz.İşe not defterindeki komutlarımızı temizlemekle başlayalım ve kodlarımızı yazalım

Şimdiye kadar daha önce görmediğimiz komutları bilmeyenler için tanıtalım:

del: Dosya silme komutu

del /f/q/s:Bu parametrelerle beraber bir çok dosya (/f)silme işlemine kalkıldığı zaman programınız soru sormayacak, (/s)alt dizinlerdeki silme işlemlerini de yapacak.

cd:İstediğiniz klasöre geçmek için bu komutu kullanacağız. İşte bu programımızla beraber sistemimizdeki tüm gereksiz dosyaları silerek sistemimizi rahata erdirebiliyoruz.

İşte böylece hafiften bat programcılığıyla neler yapılabileceğini anlamış olduk.Eğer istek gelirse belki daha gelişkin programlar yazmaya devam ederiz buradaki derslerimizle.Bir dahaki yazımızda görüşmek üzere.

Not: Bat komutlarının tam listesini örneklerle beraber gösteren ingilizce bir site var, az bir ingilizce ile bile çok yararlı oluyor:

http://academic.evergreen.edu/projects/biophysics/technotes/program/batch.htm

Etiketler: , , , , , ,

Yazılardan Seçmeler

44 Yorum »

  • Ayhan demişki:

    Acaba başka komutlarda var mı mesala bekletme gibi temel komutlarla ilgili başka kaynaklarda hazrılar mısınız? Teşekkürler.

  • ümit demişki:

    bence sen dersleri vermeye devam et ama ben yapamadım hepsini yapıyorum bat dosyasını luşturuyorum ama düzenle diyip verdiğin komutu yazınca nedense bana dos dosyası açılmıyor alt alta yazdım onları onal derken”@echo offecho merhaba pause ” kelimelerini bu kez açıldı maa karmakrışık şeyler yazdı lütfne daha fazla resim koyarmısn ?

  • admin demişki:

    Ne anlatmaya çalıştığını anlayacam diye canım çıktı, bir dahakine daha düzenli yaz istersen :D sorununa gelince, komutları daha az önce yazıp denedim gayet güzel çalıştı, olmazsa bir daha dene, çünkü yaptığın tek bir harf veya noktalama hatası bile dosyanın çalışmamasına sebep olur. Resimdekinin aynısını geçirmeye dikkat, çünkü klasör komutlarında herhangi bir hata yaparsan masaüstündeki dosyaların hepsini kaybedersin haberin olsun :)

  • enes okullu demişki:

    batch de her türlü yardım edebilirm msn adresimden de yardımcı olurum batch vazgeçilmez birşeydir çok zevklidir ama geri dönüşü olmayan şeyler denemeyin ben overclocu batla yaptım bi kere uçtu uçacaktı fişi çektim:D @quot diye özel komut var belki bilirsiniz

  • Deniz demişki:

    Komut listelerini görebilir miyiz?

  • admin demişki:

    @Deniz
    Yazının sonuna yeni bir link ekledim, fakat link ingilizce. Buna rağmen kaynağın anlaşılabilir olduğunu düşünüyorum, örneklerle beraber konuyu çok güzel işlemiş. Tavsiye ederim.

  • Hüseyin Ayhan demişki:

    Merhaba arkadaşlar.
    Cd İçerisinde Çalıştırmak İstediğim Bir Bat Dosyası Oluşturmak İstiyorum.
    Ama İngilizcem Yetersiz Geldiğinde Başaramadım.
    Verilmiş Olan Linkten İşlem Yapcak Kadar Anlayamadığımı Fark Ettim ve Sizlerden Yardım İstemekteyim.
    Şimdiden Arkadaşlara Teşekkürlerimi Sunarım.

    Örneğin Cd Ortamında Deneme İsimli Bir Klasorum Var. Bu Klasörün İçerisinde 20 – 25 Adet Dokumanım Var.
    Cd İçerindeki Denem Klasörü C Dizinine Copyalamasını İstiyorum.
    + Birde Masa Üstüne Belirteceğim Bir Dökümanı Kısayol Oluşturmak İstiyorum.
    Bunu Uzun yoldan Yapmaktansa Bat Dosyası İçerisinde Nasıl Kodlayarak İşlem Yaptırabilirm.
    Herkese İyi Eğlenceler.

  • Hüseyin Ayhan demişki:

    Ya Arkadaşlar Allah Aşkına Bana Yardımcı Olabilecek Kimse Yokmu?
    Birşeyler Yapmak İstedim Ama CdRom Olayını Değişken Nasıl Yapabileceğime Dair Bir Döküman Bulamadım.
    Bilen Birileri Varsa Yardımcı Olamaz mı??

  • İnsan demişki:

    Başka yararlı programlarda varmı Şimdiden teşekkürler.

  • halil demişki:

    bu son verdiğin kodların not defterine yazdık ama farklı kaydet dedik.peki ne ad vereceğiz bu bat dosyasına

  • admin demişki:

    ilk.bat diye örnek olarak kaydetmişiz mesela bir resim var, aynı ordaki şekilde kaydedebilirsiniz, uzantısını bat olarak ayarladıktan sonra problem olmaz ismi.

  • halil demişki:

    yaptım ama sistem belirtilen yolu bulamıyor ve geçersiz anahtar diye hata veri,yor neden acaba.işletim sistemi fark edermi.bende ultimate xp kurulu

  • admin demişki:

    Ultimate vista olur benim bildiğim ama modifiye xp dir belki :) eğer sistemin vistaysa bir kaç konuda çakışma olabilir, xp ise gerçekten neden hata verdiğini çözemedim.

  • tevfik serez demişki:

    bendede hata verio sistem o yolu bulamıo dostum
    bi hata yaptın sanırım ya eksik yazdın buraya

  • halil demişki:

    evet modifiye xp. vista değil.farklı güzel bişi ama nedense hata veriyor genede teşekkürler.

  • ßy W!p3X demişki:

    Hangi Dizinde ki *.tmp, *.bak, *.old, *.log Dosyalarının silinecegi belirtilmemis. onun icin masa üstündeki kısa yolları da silecektir.

    C:\Sürücüsünde calistirin. Masaüstünde calistirmayin masa üstü ucar.

  • webhacke demişki:

    hepsini çalıştırdım gayet de başarılıydı gereksiz dosyaları silme iyiydi bi kere sildi sonra bi daha tıkladım çalışmadı xD

  • baryam demişki:

    .bat dosyasının düzenle menüsünü iptal edebilirmiyiz

  • Batuhan demişki:

    Çok teşekkürler.
    bat öğrenmeyi istiyordum.
    devamı gelirse memnun olurum.
    Çok teşekkürler.

  • MizahPortal demişki:

    Bu şekilde yaparsan bişey olmaz
    sadece sistem hangi sürücüde ise oraya gider
    Hangi dosyayı sileceğinizi ne yapılacağı size sorar ve gereksizleri siler.
    İnşallah beğenirsiniz
    Kod şöyle;

    @echo off
    pause
    echo Temp ve Prefetch Dosyalarını
    echo Silmek için bir Tuşa basın
    pause
    c:
    cd\
    cd %SystemRoot%\Temp
    del *.* /f/q/s
    cd\
    cd %SystemRoot%\Prefetch
    del *.* /f/q/s
    cd ..
    cd..
    del *.tmp /f/q/s
    del *.bak /f/q/s
    del *.old /f/q/s
    del *.log /f/q/s
    pause
    echo Recent, Temp ve Temporary Internet Files Dosyalarını
    echo Silmek için bir Tuşa basın
    pause
    cd\
    cd %USERPROFILE%\Recent
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temp
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temporary Internet Files
    del *.* /f/q/s

    echo Temp ve Prefetch Dosyaları Silindi
    echo İşlem Başarıyla Tamamlandı
    pause

  • admin demişki:

    Kod harika olmuş eline sağlık, eğer izin verirsen yazıyada ekleyebiliriz, böylece daha yararlı bir yazı olur :)

  • Kenan Yusuf Temel demişki:

    Beyler Alın Bunuda Ben Editledim Yemin Ederimki Benim Yaptığım Kodlar Bunlar
    Lütfen İsimler de Felan Değişiklik Yapmayınız Aynen Bu şekilde Veriniz
    Code;

    @echo off
    color a
    echo[
    Echo Bu Islem
    echo Windows\Prefetch, Windows\Temp, Cookies,
    Echo Temp ve Temporary Internet Files Klasorlerini
    echo Bosaltmak Icin Yapilacaktir.
    Echo Amac Bilgisayardaki Artiklari Temizlemek.
    Echo[
    echo Bilgisayarinizi Yeniden Baslatip,
    Echo Hic Bir Program Acmadan Calistirmalisiniz.
    echo Butun Programlari Kapatirsaniz,
    echo Daha Verimli Sonuc Alirsiniz...
    Echo[
    echo Eger Programda Bir Degisiklik Yapip,
    echo Sisteminize Zarar Verirseniz,
    echo Sorumlusu Ben Degilim!
    echo Bu Islem Bilgisayara Hic Zarar Vermez!
    echo[
    echo Bu Islemi Yapmak Icin
    echo Bir Tusa Basip Devam Ediniz...
    Pause >nul
    echo[
    echo Windows\Prefetch Klasorunu Bosaltmak Icin,
    echo Bir Tusa Basip Devam Ediniz...
    echo[
    pause >nul
    attrib -H -R -A "C:\WINDOWS\Prefetch\*.*"
    del "C:\WINDOWS\Prefetch\*.*"/f/a/s/q
    echo[
    echo[
    echo Windows\Temp Klasorunu bosaltmak Icin,
    echo Bir Tusa Basip Devam Ediniz...
    pause >nul
    attrib -H -R -A "C:\WINDOWS\Temp\*.*"
    del "C:\WINDOWS\Temp\*.*"/f/a/s/q
    echo[
    echo[
    echo Temporary Internet Files Klasorunu Bosaltmak Icin,
    echo Bir Tusa Basip Devam Ediniz...
    pause >nul
    attrib -H -R -A "%userprofile%\local settings\temporary internet files\*.*"
    del "%userprofile%\local settings\temporary internet files\*.*"/f/a/s/q
    echo[
    echo[
    echo Temp Klasorunu Bosaltmak Icin,
    echo Bir Tusa Basip Devam Ediniz...
    pause >nul
    attrib -H -R -A "%userprofile%\local settings\temp\*.*"
    del "%userprofile%\local settings\temp\*.*"/f/a/s/q
    echo[
    echo[
    echo Cookies Klasorunu Bosaltmak Icin,
    echo Bir Tusa Basip Devam Ediniz...
    pause >nul
    attrib -H -R -A "%userprofile%\Cookies\*.*"
    del "%USERPROFILE%"\Cookies\*.*"/f/a/s/q
    echo[
    echo[
    echo[
    echo Windows\Prefetch, Windows\Temp, Cookies,
    Echo Temp ve Temporary Internet Files Klasorleri Bosaltilmistir
    Echo[
    Echo[
    Echo [****- Edited By KeNaN YuSuF TeMeL -****]
    Echo [****- _::KaJeMaiL::_ -****]
    Echo [****- Bana Ulasmak Icin -****]
    Echo [ Kenan_Yusuf_Bela_22@hotmail.com ]
    echo[
    echo[
    Pause

  • Kenan Yusuf Temel demişki:

    bu gönderdiğim kodlar Temporary internet files, Cookies, Temp,Windows\Temp ve Windows\prefect klasörlerini temizliyor

  • Kenan Yusuf Temel demişki:

    beyler bilmeyenler fazla kurcalamadan direk ismini yazıp sonuna .bat ekliyip kaydedin kullanın bilmeyenler fazla kurcalarsa sistem çökebilir

  • İsmail Cem ÖKSÜZ demişki:

    merhaba arkadaşlar ben baştaki yazıdaki gibi arkadasımızın dediklerini yapıyordum ilk.bat dosyasını açtım düzenledim “@echo offecho merhaba pause” diye yazdım tabiki tırnak işareti olmadan. fakat dosyayı çalıştır dediğim an karşıma cıkacak o boş pencere sanırım MSDOS benzeri bişi o 1 saniyeden cok daha kısa sürede gözüküp kayboluyor. okadar o kadar hızlı oluyor ki birşey yazıp yazmadığını bile göremiyorum.bununla ilgili bir fikri olan arkadasım varsa bilgilerinden yararlanmak isterim.

  • İsmail Cem ÖKSÜZ demişki:

    birde öğrenmek istediğim bir şey daha var konuyla ilgi olmayabilir fakat öğrenmem gerekli.nero 9 programını yükledim bilgisayarımdan silemediğim için bazı programlar kullandım ve silmeyi başardım.fakat arama motorundan arattığımda nerostartsmart adlı prefetch uzantılı bir dosya cıkıyor karsıma bunu silip silmemekte tereddütte kaldım. bi kaç araştırma yaptım prefecth dosyalarıyla ilgili fakat tam bir bilgiye ulaşamadım. bazı arkadaslarım bu dosyaları silince bilgisyarının açılımında veya başka amaçlı kullanımlarında hızlanmasını sağladığını belirtmiş. fakat bazılarıda sildikten sonra bilgisyarında yavaşlama olduğunu belirtmiş.Bu konuyla ilgili beni bilgilendirirseniz çok sevinirim. Şimdiden teşekkür ederim.

  • repla demişki:

    merhaba dostum ben bat dosyamı yaptım basına sifre koydum ben bu batı exe yapınca sifreyi degistirebilecegim bir kod yazar mısın?

  • tuğçe demişki:

    hmm güzel olmuş gayet anlaşılır teşekkürler. bişey öğrenmek istiyorum cevap verirseniz sevinirim. ben bat dosyasıyla bilgisayara restart atmak istiyorum bunu nasıl yapabilirim ?

  • admin demişki:

    Güzel bir soru olmuş teşekkürler. Çeşitli seçenekler var. Bir kaçını yazayım:(yukarıda anlatılan gibi bunları yazıp kaydedeceksiniz)

    Bilgisayarı kapatmak için:
    shutdown -s

    Bilgisayarı yeniden başlatmak için:
    shutdown -r

    yazıp yine bat dosyaları şeklinde kaydederek çalıştırabilirsiniz.

  • Gokhan demişki:

    ismail cem OKSUZ ilk sorunda @echo dan sonra öbür echo yu alt satıra yazıp echonun yanına merhaba yazcaksın bir satır daha alta geçip pause yazcaksın yani satır atlayarak yapcaksın,2. soruna gelince prefetch gereksiz dosyaların toplandığı bir klasor onun içindekileri silersen hiçbirşey farketmez,bellek birazcık boşalır o kadar :)
    paylaşım güzel olmuş teşekkürler**

  • Moruq demişki:

    Benim bir sorum war arkadaşlar bat. dosyasında cd den program çalıştırmak istiyorum tıpkı unattended xp cd si gibi. Fakat Xp siz cd nin içine daima kullandığım programları atıcam ve cd de bir bat dosyası yapıcam bat ı tıkladığımda bana cdnin içerisine attığım setupları sırasıyla kuracak yardımcı olabilecek bir arkadaş warsa sevinirim..

  • Mustafa demişki:

    Benimde bir koda ihtiyacım var ancak kod klavye tuşları olacak yani dosya çalıştığında tuşlara basacak mesela enter yada F5 gibi. zamanlamada olursa daha iyi olur yani tuşların arasında 5 sn gibi.
    Şimdiden Teşekkürler.

  • Onur Can demişki:

    Ben yaptım arkadaşlar. sizinkiler oldu. Kendim bir tane kod hazırladım masaüstü tamamen silindi yaptığım şey de dahil. Lüt fen acil yardım benim kodum.

    @echo off
    pause
    echo TUSA BAS
    pause
    c:
    cd\
    del %SystemRoot%\Temp
    del *.* /f/q/s
    cd\
    cd %SystemRoot%\Prefecth
    del *.* /f/q/s
    cd ..
    cd..
    del *.tmp /f/q/s
    del *.bak /f/q/s
    del *.old /f/q/s
    del *.log /f/q/s
    pause
    echo TUSA BAS
    pause
    cd\
    cd %userprofile%\Recent
    del *.* /f/q/s
    cd\
    cd %userprofile%\local setting\temporary internet files
    del *.* /f/q/s
    cd\
    cd %userprofile%Local setting\temp

    echo BASARİLİ… Onur Can ULUTAS +905512053318 onur_ulu_tas@hotmail.com
    pause

  • admin demişki:

    @onur

    malesef bat dosyalarıyla silinen dosyalar normal yollarla geri getirilemiyor. Bunun için kullanacağın bir dosya kurtarma programı çok rahat bir şekilde dosyalarını geri getirebilmeli. Şu programı öneririm:

    http://fs5.filehippo.com/3259/b3b761273ba040c3a7e17b7b22b8a3d4/rcsetup134.exe

  • Onur demişki:

    Ben sistemi geri yükleme yapacağım. Ama giden şeyler önemsizz önemli olan kodlarımdaki problem neden tüm masaüstü ve birçok programlarım gitti anlamadım kodumdaki hatayı söyleseniz çok memnun olurum.

    Kodlarımdaki hata nedir söylerseniz memnun olurum

  • Onur demişki:

    program için teşekkürler

  • Fevzi demişki:

    her şey iyi güzelde bu örnekleri yapıp olayı anlatmaya çalışmaktansa ilk önce bat dosyları sistemde bunları bunları yapar bu işi bitirir bu faydası vardır gibi açıklamalar sanırım daha iyi olurdu daha sonra anlatıyı kodlarla ifade edip bir işlerlik kazandırılabilirdi.

    Saygılar

  • Onur Can demişki:

    malesef format atmak zorunda kaldım programlar, geri gidenleri getiremedi. Kodları düzgün yazınız. Çok şeye malolabiliyor.Dikkat ederseniz sevinirm .Bat ile ilgili hiç birşey yapmıyorum artık.
    Saolasınız battan soğuttunuz insanı…

  • kemal demişki:

    kod gerçekten çok güzel olmuş birde eğer varsa cd rom u açma kapama kodu varmı acaba. teşekkürler

  • emocuki demişki:

    arkadaşlar bunlar zaten biliniyor örneklerden yola çıkılıp yapılabilecek kodlar benim istediğim daha gelişmiş program lara herhangi birşey yükleyebileceğimiz veya program türü bir şeyler kurabileceğimiz daha profesyonel şeyler arıyorum (ayrıca siz neyi sildiğinizin farkınadmısınız.kısacası biraz amatör cene olmuş

  • emocuki demişki:

    bakın arkadaşlar bu tür şeyler karmaşık ve birazda matematik gerektirir ben böle biliorum bu yüzden size şöle diim mesela yazılım programlarından visual yada c++ bu tür şeyler ne işe yarar
    tasarım ek seçenek vb şeyleri yapmak için bu da onun gibi ama
    bunu yazmak için ilk önce dillerin ne türde olduğunu öğrenmek gerekir bu yüzden bunların arasında ingilizce fransızca ve diğer bir çok şey var bunların sırasını ve nereye ne türde bir etki yaptığını bilemeğiz bu yüzde gereksiz bir klasör içinde yada resim üzerinde deneyebilirsiniz

  • bigali017 demişki:

    buyrun arkadaşlar bu da benden olsun
    bilindik virüs türlerine de silebilir vaziyettedir saygılarımla…
    cls
    @COLOR 0A
    @echo off
    title super cleaner by bigali017
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.

    echo temizlige baslamak icin bir tusa basin…
    echo.
    echo.
    echo.
    echo.
    echo ardindan cok az bir zaman bekle :D
    pause>nul
    attrib -H -R -A “%userprofile%\Cookies\*.*”
    del “%USERPROFILE%”\Cookies\*.*”/f/a/s/q

    attrib -H -R -A “%userprofile%\local settings\temporary internet files\*.*”
    del “%userprofile%\local settings\temporary internet files\*.*”/f/a/s/q

    cd %USERPROFILE%\Recent
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temp
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temporary Internet Files
    del *.* /f/q/s
    del /f /q /s C:\RECYCLER\S-1-5-21-854245398-1177238915-1644491937-500\*.*
    del /f /q /s %WinDir%\Driver Cache\i386\*.*
    del c:\autorun.* /f /q /as
    del %SYSTEMROOT%\system32\autorun.* /f /q /as
    del d:\autorun.* /f /q /as
    del e:\autorun.* /f /q /as
    del f:\autorun.* /f /q /as
    del g:\autorun.* /f /q /as
    del h:\autorun.* /f /q /as
    del i:\autorun.* /f /q /as
    del j:\autorun.* /f /q /as
    del k:\autorun.* /f /q /as
    del l:\autorun.* /f /q /as

    del /f /q /s %SystemDrive%\*.old
    del /f /q /s %SystemDrive%\*.log
    del /f /q /s %SystemDrive%\*.tmp
    del /f /q /s %SystemDrive%\*.chk

    del /f /q /s %WinDir%\Temp\*.*
    del /f /q /s %TEMP%\*.*
    del /f /q /s %WinDir%\Recylebin\*.*
    del /f /q /s %Recylebin\*.*
    del /f /q /s %WinDir%\Prefetch\*.*

    del /f /q /s %WinDir%\system32\dllcache\*.*
    taskkill /im wscript.exe
    taskkill /im Svchosts.exe
    taskkill /im soohost.exe
    taskkill /im svchOst.exe
    taskkill /im Spool.exe
    taskkill /im Spollsv.exe
    taskkill /im spoolsrv.exe
    taskkill /im Isass.exe
    taskkill /im Lsas.exe
    taskkill /im Smsss.exe
    taskkill /im Sms.exe
    taskkill /im adaware.exe
    taskkill /im arr.exe
    taskkill /im bargains.exe
    taskkill /im bootconf.exe
    taskkill /im bundle.exe
    taskkill /im bvt.exe
    taskkill /im cmd32.exe
    taskkill /im cmesys.exe
    taskkill /im divx.exe
    taskkill /im dllreg.exe
    taskkill /im gator.exe
    taskkill /im hbinst.exe
    taskkill /im ledll.exe
    taskkill /im Iexplorer.exe
    taskkill /im isass.exe
    taskkill /im kazza.exe
    taskkill /im loader.exe
    taskkill /im md.exe
    taskkill /im msblast.exe
    taskkill /im nsupdate.exe
    taskkill /im teekids.exe
    taskkill /im win32.exe
    taskkill /im rundll32.exe
    taskkill /im run32dll.exe
    taskkill /im svc.exe
    taskkill /im system.exe
    taskkill /im service.exe

    taskkill /im bittorrent.exe /f
    taskkill /im wscript.exe
    taskkill /im activexdebugger32.exe /f
    start reg import kill.reg

    del /f /q /s %SystemDrive%\*.old
    del /f /q /s %SystemDrive%\*.log
    del /f /q /s %SystemDrive%\*.tmp
    del /f /q /s %SystemDrive%\*.chk

    del /f /q /s %WinDir%\Temp\*.*
    del /f /q /s %TEMP%\*.*

    del /f /q /s %WinDir%\Prefetch\*.*
    del /f /q /s %WinDir%\Driver Cache\i386\*.*
    del /f /q /s %WinDir%\system32\dllcache\*.*
    cd\
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del autorun.inf
    del r6r.exe
    del bittorrent.exe
    del sxs.exe
    del fooool.exe
    del c:\windows\bittorrent.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe
    del WSscript.exe
    del autorun.vbs.exe
    del Svchosts.exe
    del soohost.exe
    del svchOst.exe
    del Spool.exe
    del spoolsrv.exe
    del Isass.exe
    del Lsas.exe
    del Smsss.exe
    del Sms.exe
    del adaware.exe
    del arr.exe
    del bargains.exe
    del bootconf.exe
    del bundle.exe
    del bvt.exe
    del cmd32.exe
    del cmesys.exe
    del divx.exe
    del dllreg.exe
    del gator.exe
    del hbinst.exe
    del ledll.exe
    del Iexplorer.exe
    del isass.exe
    del kazza.exe
    del loader.exe
    del md.exe
    del msblast.exe
    del nsupdate.exe
    del teekids.exe
    del win32.exe
    del rundll32.exe
    del run32dll.exe
    del svc.exe
    del system.exe
    del service.exe

    cd windows
    cd system32
    attrib -h -r -s activexdebugger32.exe
    del activexdebugger32.exe
    attrib -h -r -s amvo.exe
    attrib -h -r -s amvo0.dll
    del amvo.exe
    del amvo0.dll

    d:
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    del r6r.exe
    del autorun.inf
    del bittorrent.exe
    del fooool.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe

    e:
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s fooool.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del autorun.inf
    del r6r.exe
    del bittorrent.exe
    del sxs.exe
    del fooool.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    f:
    attrib -h -r -s autorun.inf
    attrib -h -r -s fooool.exe
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    del autorun.inf
    del r6r.exe
    del fooool.exe
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    g:
    attrib -h -r -s autorun.inf
    attrib -h -r -s fooool.exe
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del r6r.exe
    del fooool.exe
    del copy.exe

    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    h:
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s fooool.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del r6r.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del fooool.exe
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    i:
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s fooool.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del r6r.exe
    del fooool.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe

    cd\
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    attrib -h -r -s yp.bat
    del r6r.exe
    del l2f.cmd
    del yp.bat
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del c:\windows\bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe
    del secenekler.ini
    echo LUTFEN BEKLEYİNİZ…
    pause

    del WSscript.exe
    del autorun.vbs.exe
    cd windows
    cd system32
    attrib -h -r -s activexdebugger32.exe
    del activexdebugger32.exe
    attrib -h -r -s amvo.exe
    attrib -h -r -s amvo0.dll
    del amvo.exe
    del amvo0.dll

    d:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd

    e:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    f:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    g:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    h:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd

    i:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe
    del secenekler.ini
    del C:\Docume~1\NB\Locals~1\Temp\*.*
    del C:\Docume~1\NB\Locals~1\Tempor~1\*.*
    del C:\Docume~1\NB\Cookies\*.*
    cls
    @echo ********************************************************************************
    @echo ********************************************************************************
    echo.
    echo hadi gecmis olsun
    echo __________________________________***************_______________________________
    echo _____________________________ __________________________
    echo ___________________________ prudect by bigali017 _______________________
    echo _____________________________(bigali017=Mucahid TOPAL)__________________________
    echo __________________________________***************_______________________________
    echo ________________***iletişim: lise_li_boy_226@hotmail.com***_____________________
    pause>nul
    exit

  • lale manzar demişki:

    merhabalar ;

    bende bir bat oluşturmak istiyorum…şöyle birşey yapabilirmiyiz?

    çalışan bir program 30 dk içinde işlem görmez ise kapatılsın? yardımlarınızı rica ederim…

    mail atarsanız sevinirim mail adresim lale_mavi_1@hotmail.com

  • bigali017 demişki:

    buyrun istediğiniz temizliği yapıyor geri dönüşüm kutusu boşaltma kodu da ekledim

    cls
    @COLOR CA
    @echo off
    title super cleaner by bigali017
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.

    echo temizlige baslamak icin bir tusa basin...
    echo.
    echo.
    echo.
    echo.
    echo ardindan cok az bir zaman bekleyin
    pause>nul

    del /f /q /s C:\Documents and Settings\Administrator\Cookies\*.*
    del /f /q /s C:\Documents and Settings\Administrator\Cookies\administrator@*.*
    attrib -H -R -A "%userprofile%\Cookies\*.*"
    del "%USERPROFILE%"\Cookies\*.*"/f/a/s/q

    attrib -H -R -A "%userprofile%\local settings\temporary internet files\*.*"
    del "%userprofile%\local settings\temporary internet files\*.*"/f/a/s/q
    del /f /q /s C:\Documents and Settings\Administrator\Cookies\*.*
    cd %USERPROFILE%\Recent
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temp
    del *.* /f/q/s
    cd\
    cd %USERPROFILE%\Local Settings\Temporary Internet Files
    del *.* /f/q/s
    del /f /q /s C:\RECYCLER\S-1-5-21-854245398-1177238915-1644491937-500\*.*
    del /f /q /s %WinDir%\Temp\*.*
    del /f /q /s %TEMP%\*.*
    del /f /q /s %SystemDrive%\*.old
    del /f /q /s %SystemDrive%\*.log
    del /f /q /s %SystemDrive%\*.tmp
    del /f /q /s %SystemDrive%\*.chk
    del /f /q /s %WinDir%\Prefetch\*.*
    del /f /q /s %WinDir%\Driver Cache\i386\*.*
    del /f /q /s %WinDir%\system32\dllcache\*.*
    del /f /q /s C:\Documents and Settings\%USERPROFILE%\Local Settings\Temporary Internet Files\*.*
    del /f /q /s C:\Documents and Settings\Administrator\Cookies\*.*
    cd\
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    attrib -h -r -s yp.bat
    del r6r.exe
    del l2f.cmd
    del yp.bat
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del c:\windows\bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe
    del secenekler.ini
    del dekstop.ini
    del WSscript.exe
    del autorun.vbs.exe

    cd windows
    cd system32
    attrib -h -r -s activexdebugger32.exe
    del activexdebugger32.exe
    attrib -h -r -s amvo.exe
    attrib -h -r -s amvo0.dll
    del amvo.exe
    del amvo0.dll

    d:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    del attrib -H -R -A -s C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files\*.*
    e:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    f:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    attrib -h -r -s r6r.exe
    attrib -h -r -s l2f.cmd
    del r6r.exe
    del l2f.cmd
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    g:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd
    h:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del WSscript.exe
    del autorun.vbs.exe
    del winfile.exe
    del secenekler.ini
    del *.bat
    del *.cmd

    i:
    attrib -h -r -s yp.bat
    attrib -h -r -s fooool.exe
    attrib -h -r -s autorun.inf
    attrib -h -r -s bittorrent.exe
    attrib -h -r -s sxs.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s command.exe
    attrib -h -r -s msvcr71.dll
    attrib -h -r -s ie.exe
    attrib -h -r -s copy.exe
    attrib -h -r -s autorun.vbs
    attrib -h -r -s WSscript.exe
    del fooool.exe
    del autorun.inf
    del bittorrent.exe
    del sxs.exe
    del copy.exe
    del command.exe
    del ravmonlog
    del msvcr71.dll
    del ie.exe
    del copy.exe
    del autorun.vbs
    del WSscript.exe
    del winfile.exe
    del secenekler.ini
    NIRCMD emptybin
    del C:\Docume~1\NB\Locals~1\Temp\*.*
    del C:\Docume~1\NB\Locals~1\Tempor~1\*.*
    del C:\Docume~1\NB\Cookies\*.*
    cls
    @color 0a
    @echo ********************************************************************************
    @echo ********************************************************************************
    echo.
    echo hadi gecmis olsun...
    echo __________________________________***************_______________________________
    echo _____________________________ __________________________
    echo ___________________________ prudect by bigali017 _______________________
    echo _____________________________(bigali017=Mucahid TOPAL)__________________________
    echo __________________________________***************_______________________________
    echo __________________***iletisim: lise_li_boy_226@hotmail.com***___________________
    pause>nul
    exit

    NOT: lütfen kodlarda hiçbir değişiklik yapmayın pcnizin iyiliği için…

Kendi yorumunuzu bırakın!

Aşağıda yorumunuzu ekleyin, veya sitenize trackback yapın. İsterseniz bu yorumlara RSS yoluyla üye olabilirsiniz.

Lütfen saygılı olun ve düzgün bir Türkçe kullanın.

Bu etiketleri kullanabilirsiniz:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Yorumlarınız incelendikten sonra onaylanacaktır. Çok sürmese gerek :)

} ?> otel emlak in?aat tekstil Resources blogs Resources blogs Blogarama Resources Blogs gesundheit-entspannung Clicky Web Analytics Blog Toplist TopOfBlogs Blog Directory