Kita tahu sendiri bahwa yang namanya DOS atau disk operating system adalah sesuatu yang hampir kita tinggalkan, namun dibalik itu semua, DOS memiliki kemampuan yang luar biasa… bahkan yang namanya batch file yang berdasar atas pemrograman DOS, mampu memberikan yang lebih..
Di bawah ini saya akan membagikan kode yang saya dapat dari suatu forum tentang pembuatan program untuk utilitas..
Pertama-tama buka notepad, lalu ketikkan source codenya,kemudian save dengan ekstensi *.bat
Jika anda ingin mengedit file tersebut, silakan klik kanan pada file yang akan diedit, lalu pilih edit.. secara otomatis akan dibuka melalui notepad, sedangkan untuk mengeksekusi, tinggal double click file tersebut.
Namun jika anda tidak menghendaki sourcenya diedit, tinggal konversi aja dari *.bat menjadi *.exe
PEMBERSIHAN SECARA CEPAT
@echo off
echo Forum Informatika melakukan pembersihan ...
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"
del /f /s /q "%userprofile%\local settings\temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo Selesai! - http//if.web.id
echo. & pause
MENGHAPUS COOKIES
cd %userprofile%
%homedrive%
del cookies\*.* /f /s /q
MENGHAPUS FILE INDEX.DAT
@echo off
del "%homedrive%\documents and settings\default user\cookies\index.dat"
del "%homedrive%\documents and settings\default user\local
settings\history\history.ie5\index.dat"
del "%homedrive%\documents and settings\default user\local settings\temporary internet
files\content.ie5\index.dat"
del "%userprofile%\cookies\index.dat"
del "%userprofile%\local settings\history\history.ie5\index.dat"
del "%userprofile%\local settings\history\history.ie5\mshist012006032820060 329\index.dat"
del "%userprofile%\local settings\history\history.ie5\mshist012006032920060 330\index.dat"
del "%userprofile%\local settings\temporary internet files\content.ie5\index.dat"
del "%userprofile%\userdata\index.dat"
del "%homedrive%\documents and settings\localservice\cookies\index.dat"
del "%homedrive%\documents and settings\localservice\local settings\history\history.ie5\index.dat"
del "%homedrive%\documents and settings\localservice\local settings\temporary internet
files\content.ie5\index.dat"
del "%windir%\system32\config\systemprofile\local settings\history\history.ie5\index.dat"
del "%windir%\system32\config\systemprofile\local
settings\history\history.ie5\mshist012006032320060 324\index.dat"
del "%windir%\system32\config\systemprofile\local settings\temporary internet
files\content.ie5\index.dat"
download tulisan di sini
Sumber : klik disini
2 komentar:
hehe hatur nuhun mba
sama2.. semoga bermanfaat :)
Posting Komentar
Thanx dah mau komen