Batch Files
Posted: Thu Apr 30, 2009 8:36 am
Batch file to fill hard disk with junk....
Nice if you need delete anything and have sure another "people" try recover you files....you delete, fill, delete and fill again many times and I think this turn more hard task of recover....
sorry my **** english....
cya,
Nice if you need delete anything and have sure another "people" try recover you files....you delete, fill, delete and fill again many times and I think this turn more hard task of recover....
sorry my **** english....
Code: Select all
@echo off
set x=0
set y=0
cd\
md fooler%y%
:INICIO
set /a x=%x%+1
echo %x%
copy c:\biblia.exe c:\fooler%y%\biblia%x%.exe /b /y > NUL
if "%x%" == "2500" goto novapasta
goto inicio
:NOVAPASTA
set /a y=%y%+1
set x=1
cd\
echo -
echo - CRIANDO PASTA DE NUMERO %y%
echo -
md fooler%y%
goto inicio