Sometimes we want to hide our data, but do not know how ?
Follow the give steps to hide any data on notepad using command prompt.
1 � Open command prompt (Start->Run and type cmd).
2 � Type cd desktop to move to your desktop.
3 � After enter to desktop type following command
notepad filename.txt:hidden
Note: here filename will be name of file of your choice.
4 � you will be prompt to create a new file. Click on yes. Write some data in notepad file then save(Ctrl+s) it.
5 � Go to the file location and open filename.txt file. you can�t see any data on that file.
How to see the hidden data
1 � Again open command prompt
2 � Type the same command which you have written above.
notepad filename.txt:hidden


