1. goto the folder where the file is located.
2. Right click anywhere on the screen
3. select New==> New text document..
4. Type the following code
************
attrib +h +s "File name"
pause
************
5. save this file as anything .bat
6. To unhide the file just replace the Plus(+) with a minus(-)
*************
attrib -h -s "File name"
pause
***************
No comments:
Post a Comment