Go to the command line and go to an NTFS drive.
Give the command: "notepad test.txt" (remove the quotes)
type some text in (make it something like "this is first line") and save it.
Having exited from notepad go back to the command line
type "dir" and see the size of this test.txt
now give this command: "notepad test.txt:hidden.txt"
write some text like this is hidden file and save and exit.
Go to command line and try "dir" again.
No new file, and the size of test.txt is the same as before.
Give the command "type test.txt", it will display the old file
Give the command "type test.txt:hidden.txt", it should give an error.
Now try "notepad test.txt:hidden.txt"
The hidden file reappears!
This is known as alternative data streams
If you delete test.txt, this other hidden file will disappear with it.
Now you know where to store all those *Ahem* chat logs with your girlfriends.:bleh: :bleh:
Give the command: "notepad test.txt" (remove the quotes)
type some text in (make it something like "this is first line") and save it.
Having exited from notepad go back to the command line
type "dir" and see the size of this test.txt
now give this command: "notepad test.txt:hidden.txt"
write some text like this is hidden file and save and exit.
Go to command line and try "dir" again.
No new file, and the size of test.txt is the same as before.
Give the command "type test.txt", it will display the old file
Give the command "type test.txt:hidden.txt", it should give an error.
Now try "notepad test.txt:hidden.txt"
The hidden file reappears!
This is known as alternative data streams
If you delete test.txt, this other hidden file will disappear with it.
Now you know where to store all those *Ahem* chat logs with your girlfriends.:bleh: :bleh: