Open a Command Prompt (Run: cmd), and type:
echo Some text here > test.txt:hidden.txt
Run dir, note that the new file (test.txt) is empty.
Now type:
notepad test.txt:hidden.txt
Pretty funky, huh.
This is nothing new really, but I just found out about it today.
For more info, see http://patriot.net/~carvdawg/docs/dark_side.html
echo Some text here > test.txt:hidden.txt
Run dir, note that the new file (test.txt) is empty.
Now type:
notepad test.txt:hidden.txt
Pretty funky, huh.
This is nothing new really, but I just found out about it today.
For more info, see http://patriot.net/~carvdawg/docs/dark_side.html
Comment