Friday, February 20, 2009

create your own file hider(power full hider)

copy the command below and save as .bat file
this hider hide the file as virus hide system


@echo off
color 2
title assam power hidden
cls
:z
echo to hide folder ,name the folder as secret
echo type hide to hide the folder
echo type show to show the folder
set /p a=enter:
if %a%==hide ATTRIB +s +h secret
if %a%==show ATTRIB -s -h secret
pause
goto z

No comments:

Post a Comment