Showing posts with label notepad trick. Show all posts
Showing posts with label notepad trick. Show all posts

Monday, 2 July 2012

fun with notepad

1. open notepad
2.type
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 200
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 200
WshShell.SendKeys "i"
WScript.Sleep 200
WshShell.SendKeys "! "
WScript.Sleep 200
WshShell.SendKeys "Y"
WScript.Sleep 200
WshShell.SendKeys "o"
WScript.Sleep 200
WshShell.SendKeys "u "
WScript.Sleep 200
WshShell.SendKeys "A"
WScript.Sleep 200
WshShell.SendKeys "r"
WScript.Sleep 200
WshShell.SendKeys "e "
WScript.Sleep 200
WshShell.SendKeys "A "
WScript.Sleep 200
WshShell.SendKeys "F"
WScript.Sleep 200
WshShell.SendKeys "o"
WScript.Sleep 200
WshShell.SendKeys "o"
WScript.Sleep 200
WshShell.SendKeys "l."
3. save it as hello.vbs
4. now open it

Sunday, 22 January 2012

Hide notepad content

Hi friends...
We can hide the content of notepad. Let's see how to do it.
1. open command prompt start->run->cmd
2. type "notepad name.txt:hacked" (without quotes) and then press enter.
3. it will ask "do you want  to create a new file" click yes.
4. now type your contents and save it(ctrl+s).
5. open your saved text file. now your content will not show.
6. To show the content do the step 1 and 2 again.

Thank you.

Sunday, 6 November 2011

delete folder using notepad

Create a simple batch file to remove a particular folder:
1. Open the Notepad
2. Write the following code:
(Ex: Delete the My Documents Folder)
rmdir C:\Documents and Settings /s /q
3. Save the file with .bat extension.
4. If you Run the file means it will delete the Documents and Setting Folder. Like that you can
Delete the Folder you want.

Saturday, 5 November 2011

Trick 4


Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If you:
1. Open Notepad
2. Type the text "this app can break" (without quotes)
3. Save the file
4. Re-open the file in Notepad

Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't support those characters.
It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file correctly. It's only when Notepad reads the file back in that it seems to lose its mind.

Trick 3


Do you know the number of the flight that was used to attack the world Trade Centre????
The flight number was Q33N.
Now, open your Notepad, type the number of the flight (i.e. Q33N).
Now click on format>font, increase the font size upto 72, and change the font style to 'wingdings'. Now see the ammmaaazzzing thing.

Trick 2

1.open notepad
2. type "bush hid the facts"
3. save it and close it...
4 then open it again........n see the changes...............

Trick 1


1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.