Posts

Showing posts from September, 2012

RUN AND SEE THE MAGIC!!!!!!!!!!!!!!!!!!

Image
                                             RUN AND SEE THE MAGIC!!!!!!!!!!!!!!!!!!   Open notepad and copy the following code Save it as Anything.vbs Run the script by clicking the file and see the magic.!!! Set wshshell = wscript.CreateObject("WScript.Shell") Wshshell.run "Notepad" wscript.sleep 400 wshshell.sendkeys "H" wscript.sleep 100 wshshell.sendkeys "i" wscript.sleep 200 wshshell.sendkeys " " wscript.sleep 200 wshshell.sendkeys "I" wscript.sleep 200 wshshell.sendkeys " " wscript.sleep 100 wshshell.sendkeys "a" wscript.sleep 100 wshshell.sendkeys "m" wscript.sleep 200 wshshell.sendkeys " " wscript.sleep 100 wshshell.sendkeys "s" wscript.sleep 100 wshshell.sendkeys "a" wscript.sleep 100 wshshell.sendkeys "r" wscript.sleep 100 wshshell.sendkeys "a" wscript.sleep 100 wshshell.sendkeys "d&qu

Make A Live Disco On Your Keyboard!!!!!

Image
                                            Make  A  Live  Disco On  Your   Keyboard!!!!!                      1.open a notepad.    2.paste the code given below.            Set wshShell =wscript.CreateObject("WScript.Shell")            do            wscript.sleep 100            wshshell.sendkeys "{CAPSLOCK}"            wshshell.sendkeys "{NUMLOCK}"            wshshell.sendkeys "{SCROLLLOCK}"            loop   3.Save the file as Disco.vbs or "*.vbs".   4.Double click on the Saved file to see the LED lights on your keyboard  :)   5.To stop this go to Task Manager and end the wscript.exe process.

HOW TO USE NOTE PAD AS YOUR PERSONAL DAIRY!!!!!

Image
                                                                             HOW TO USE  NOTE PAD AS YOUR PERSONAL DAIRY!!!!! 1. Open a blank Notepad file. 2. Write  .LOG  and not  .log  (case sensitive) 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 place the cursor on the line after. 4. Now type your notes, save and close the file. 5. Now place the cursor on the line after and type your notes. Each time you enter your notes, the time and date gets attached to the notes. Thus your Personal diary is ready to use now !