Script hidden and show file with NOTEPAD

You can try to hide your file by writing the script in notepad like below :

To Hide file

1. open NOTEPAD
2. write "attrib +S +H +R /s /d" (without the quotes) in NOTEPAD.
3. save with extention file *.bat (ex: hide.bat) in location file
4. execution file (double click hide.bat)


To Open file

1. open NOTEPAD
2. write "attrib -s -h -r /s /d" (without the quotes) in NOTEPAD.
3. save with extention file *.bat (ex: open.bat) in location file
4. execution file (double click open.bat)




By Sopheaktra DETH

0 comments:

Post a Comment