Create Hidden file using cmd in Windows OS

4
We can create a hidden text file using cmd!
Most of ppl will consider some data to be hidden! so for the ppl like tat this will be useful!
Now using Windows OS, you can create a Hidden text file using Notepad and Command Prompt.
*If you hide it using hidden option then it will how in advanced searching
*If you make them password protect then any one get it or can crack easily using software
you no need to install any third party s/w to do it just follow the steps:
1. Decide in which disk you want to store that document.
For eg: I chosen disk J
[Image: 10343569_b1.jpg]

2.Click Start=>Run=>cmd to open command prompt.
[Image: 10343575_b2.jpg]

3.Now type
Code:
notepad visiblenotepad.txt:hiddenfilename.txt
you can use different names
[Image: 10343577_b3.jpg]

I used testfile
Now you will be promoted to create a file and a dialog box opens click Yes and proceed
[Image: 10343578_b4.jpg]

4.Enter the Data which you want to hide.
[Image: 10343580_b5.jpg]

5.Visit the folder.
[Image: 10343582_b6.jpg]

6.To read/write your hidden file ,Open cmd and type
Code:
notepad visiblefilename.txt:hiddenfilename.txt
as same as the Step 3 and press Enter
[Image: jRHNJwz.gif]
Interest-Involvement-Implementation
Share-Learn-Respect-Repute-Thank
Cant Understand
[Image: An9XX.gif]
Revised version is up@ ssparikshya
[Image: jRHNJwz.gif]
Interest-Involvement-Implementation
Share-Learn-Respect-Repute-Thank

    Create Hidden file using cmd in Windows OS