Bat Programlama

Mert Meral

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

Yazılardan Seçmeler

55 Yorum

AyhanEkim 20th, 2008 at 08:36

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

ümitKasım 7th, 2008 at 22:23

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 ?

adminKasım 10th, 2008 at 23:00

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 okulluAralık 21st, 2008 at 01:05

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

DenizOcak 4th, 2009 at 18:21

Komut listelerini görebilir miyiz?

adminOcak 5th, 2009 at 13:02

@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 AyhanOcak 29th, 2009 at 05:39

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Şubat 1st, 2009 at 23:40

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Şubat 6th, 2009 at 16:15

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

halilMart 11th, 2009 at 20:16

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

adminMart 11th, 2009 at 20:47

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.

halilMart 11th, 2009 at 23:02

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

adminMart 12th, 2009 at 21:26

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 serezMart 12th, 2009 at 22:53

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

halilMart 12th, 2009 at 23:08

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

ßy W!p3XMart 20th, 2009 at 21:20

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.

webhackeNisan 8th, 2009 at 18:10

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

baryamNisan 13th, 2009 at 16:45

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

BatuhanNisan 25th, 2009 at 15:32

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

MizahPortalNisan 29th, 2009 at 19:44

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

adminNisan 29th, 2009 at 22:17

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

Kenan Yusuf TemelMayıs 29th, 2009 at 13:42

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 TemelMayıs 29th, 2009 at 13:43

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

Kenan Yusuf TemelMayıs 29th, 2009 at 13:47

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

İsmail Cem ÖKSÜZHaziran 16th, 2009 at 02:53

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ÜZHaziran 16th, 2009 at 03:00

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.

replaTemmuz 11th, 2009 at 10:59

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ğçeEylül 27th, 2009 at 14:18

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 ?

adminEylül 27th, 2009 at 17:09

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.

GokhanEylül 29th, 2009 at 21:16

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**

MoruqEylül 29th, 2009 at 22:24

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..

MustafaKasım 15th, 2009 at 16:17

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 CanOcak 9th, 2010 at 21:32

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

adminOcak 9th, 2010 at 22:07

@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

OnurOcak 10th, 2010 at 13:47

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

OnurOcak 10th, 2010 at 13:48

program için teşekkürler

FevziOcak 11th, 2010 at 20:49

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 CanOcak 17th, 2010 at 13:48

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ı…

kemalOcak 19th, 2010 at 00:56

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

emocukiOcak 22nd, 2010 at 09:50

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ş

emocukiOcak 22nd, 2010 at 10:03

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

bigali017Ocak 27th, 2010 at 21:49

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Şubat 5th, 2010 at 18:56

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Şubat 13th, 2010 at 23:13

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…

samed tarık çetinHaziran 14th, 2010 at 20:48

İsmail cem öksüz arkadaşım komutları şöyle yazacaksın
@echo off
echo merhaba
pause
Herkese iyi günler

samed tarık çetinHaziran 14th, 2010 at 20:49

Herkese iyi günler kısmı kod değil ha :D

UzmanNisan 29th, 2011 at 04:17

Önemli

del *.* /f /q /s

şeklinde yaptığınız bir kod çok tehlikeli bir koddur. Bu bat dosyasını nereye atarsanız o dizindeki tüm dosya, program veya klasörleri kaybedersiniz.

Yukarıda bir arkadaş masaüstündeki herşeyi kaybettiğini yazmış.
Geçmiş olsun. Bundan sonrakilere dikkat edin.
del komutunu verirken muhakkak silmek istediğiniz dosya, program veya klasörün yolunu belirtin veya yaptığınız bat dosyasını ilgili klasörde çalıştırın.
Kolay gelsin.

Yeni ProgramcıMayıs 22nd, 2011 at 18:01

arkadaşlar ben bi program yaptım bir ip adresi var ve ona ping atıyor bi kere ping attıktan sonra bekliyor ama her bi kod için c:document and settings gibi adres çıkıyor başına onu nasıl kaldırabilirm
cevaplarınızı bekliyorum

Yeni ProgramcıMayıs 27th, 2011 at 15:10

sorun çözüldü cevaba gerek yok benim kafa biraz güzeldi ondan :D

Yeni ProgramcıMayıs 27th, 2011 at 20:34

/q kodu hızlandırma kodu muydu mesela
del c:\*.*/q c deki dosyaları hızlı silme miydi

Yeni ProgramcıMayıs 27th, 2011 at 20:37

bide o /q/f filan kodlarını açıklayabilirmisiniz heryerde aradım çok ileri düzeyde siteler var ona kafam basmıyo bide çok basit kodları gösteren siteler war onun ortasında bişi varmı acaba

Tuna SezerTemmuz 14th, 2011 at 21:14

meraba ben gelişmiş bir silme scripti hazırladım ve ingilizce yapmayı daha uygun gördüm.
bu yazıları bat olarak kaydedip açabilirsiniz.
bu arada 10 yaşındayım ve bilgisayara çok meraklıyım ve yaptığım kodu denedim ve çok iyi çalışıyor

@echo off
set /p drive=Select the drive where you installed the system:

:start
cls
echo Welcome to Cleaner
echo.
echo 1.Standart Clean
echo 2.IE Clean
echo 3.Application Data Clean
echo.
echo 4.Exit
echo.
set /p action=Select an action:
if %action%==1 goto standart
if %action%==2 goto iexplorer
if %action%==3 goto appdata
if %action%==4 exit

:appdata
cls
set /p user=Please enter your user name:
cls
set /p onay=Are you sure you want to run clean up? (y/n)
if %onay%==y goto adclean
if %onay%==n goto start

:adclean
cls
cd %drive%:\Documents and Settings\%user%\Application Data
cls
set /p onay=Attention! This process will erase all the applications settings. Are you sure you want to continue? (y/n)
if %onay%==y goto adcln
if %onay%==n goto start

:adcln
cls
del *.* /f/q/s
cls
echo Transaction Completed
pause
goto start

:iexplorer
cls
set /p user=Please enter your user name:
cls
set /p onay=Are you sure you want to run clean up? (y/n)
if %onay%==y goto ieclean
if %onay%==n goto start

:ieclean
cls
cd %drive%:\Documents and Settings\%user%\Local Settings\Temporary Internet Files
cls
del *.* /f/q/s
cls
echo Transaction Completed
pause
goto start

:standart
cls
set /p onay=Are you sure you want to run clean up? (y/n)
if %onay%==y goto stclean
if %onay%==n goto start

:stclean
cls
%drive%:
cd %drive%:\windows\temp
cls
del *.* /f/q/s
cls

AHMETAğustos 3rd, 2011 at 16:36

GÜZEL ŞEYLER

melikeKasım 17th, 2011 at 18:38

kullanıcının seçtiği bir klasörün içini okuyup içinde 2günden fazla süre önce oluşturulmuş dosyaları silen ve kalan diğer dosyaları başka bir klasöre ftp komutuyla kopyalayan bir program yazabilirmisiniz?

ndr ylmzAralık 1st, 2011 at 02:41

Yeni Programcı Mayıs 22nd, 2011 at 18:01

arkadaşlar ben bi program yaptım bir ip adresi var ve ona ping atıyor …

HOCAM AYNISINDAN BANA DA LAZIM, DOSYAYI YAYINLAR MISIN. TSK.

Yorum yapabilirsin

Yorumun

Editörlerimiz yorumlarınızı inceleyip onayladıktan sonra yorumlarınız görünür hale gelecektir. Fazla uzun 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