(1).Create a text file using Command Prompt. For this
Go to Start > Run and type cmd.
In the cmd prompt if you want you can change the directory path.
and type
Ajay.txt:hidden
(2).To enter data in the hidden file
type in cmd prompt
notepad Ajay.txt:hidden
Then a window will appear asking “Cannot find the C:\Ajay.txt:Hidden.txt file”.
Do you want to create a new file?
Click yes.
(3). Type a message or anything you want and Press CTRL+S.
(4). Now go to C drive. There won’t be any such file. You will see Ajay.txt only.
(5). To view data in hidden file go to cmd prompt and type
notepad Ajay.txt:hidden
And now you can see the data in Ajay.txt:hidden.txt
No comments:
Post a Comment