Bomb Bloke Posted June 19, 2006 Share Posted June 19, 2006 Open Notepad. Type "Bush hid the facts" (sans quotes). Save file. Close Notepad. Open Notepad. Load file. Discuss. Link to comment Share on other sites More sharing options...
Pete Posted June 19, 2006 Share Posted June 19, 2006 I bet you all the money I have someone at Microsoft (now unemployed I imagine) put it in the latest update for XP as a joke Would have been better if it came back with "Yeah, we know" when you open the file though Link to comment Share on other sites More sharing options...
shagpuss Posted June 19, 2006 Share Posted June 19, 2006 Link to comment Share on other sites More sharing options...
Slaughter Posted June 19, 2006 Share Posted June 19, 2006 Hehe, cool Oh, and welcome back shagpuss! Been a while... Link to comment Share on other sites More sharing options...
Bomb Bloke Posted June 21, 2006 Author Share Posted June 21, 2006 The truth is, this works with any set of words - so long as the character counts match up with my original statement. For example, "1234 123 123 12345" should give the same results. Notepad can't read the file back, for some reason. Another piece of Windows trivia - You can't make a folder called "con". Link to comment Share on other sites More sharing options...
Kernel Posted June 21, 2006 Share Posted June 21, 2006 That's because "con" is the name of a device (the console). Same as nul (the null device), lpt1 - 9 (lpt ports), com1 - 9 (com ports), etc. More fun can be had with notepad and NTFS streams.This will only work if your hard disk is in NTFS format. Go to the run command and type "notepad c:\normal.txt:hidden.txt". Notepad will ask you if you want to create a new file, say yes. Now enter a load of text into notepad and save the file as normal and close notepad. Now goto your c: drive and look at the file normal.txt. Notice it's a 0 byte file and if you open it you will see there's no text.Now go to your run command again and type the same command as before "notepad c:\normal.txt:hidden.txt".Notepad will open the file and your text will appear. This is because normal.txt is effectivly 2 files in one. The normal file which is empty, and the extra stream called hidden.txt that has the text you typed in. Explorer shows an empty file because it doesn't understand file streams. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now