- Code: Select all
:: Written By Jade Cook
:: 8/21/2012
@ECHO off
COLOR c0
TITLE SFK FILE CLEARER
GOTO deleteinfo
:deleteinfo
DEL /f InfoFromDeletionIfNeeded.txt
cls
GOTO start
:start
ECHO.
ECHO ABOUT TO WIPE HD OF ALL *.SFK FILES
ECHO.
ECHO YOUTUBE.COM/JADEALLENCOOK
ECHO.
PAUSE
GOTO process
:process
CLS
DEL /s *.sfk >> InfoFromDeletionIfNeeded.txt
CLS
ECHO SUCCESS!
PAUSE
GOTO exit
:exit
EXIT /B
If you have no idea how batch programs work, it's pretty easy. Just follow these steps;
1. Copy code
2. Open notepad
3. Paste code in notepad
4. Save as "sfkcleaner.bat" (or anything that you want, just as long as it ends in ".bat")
5. Open file (should look like gears, if it doesn't, erase the "txt" off the end of the name)