Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts

Sunday, February 10, 2013

Convert Text Into Audio Using Notepad


How To Do It ?


  1. Open Notepad file on your Windows PC.
  2. Copy and paste the below mentioned code :

      Dim msg, sapi
      msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm Text-To-Audio Converter")
      Set sapi=CreateObject("sapi.spvoice")
      sapi.Speak msg
  3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs


Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.


Read More ->>

Matrix Effect

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:

  • Open Notepad.
  • Copy the below mentioned text in your notepad file:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

Read More ->>

Continually pop the CD Drive


  • Open Notepad.
  • Copy the code given below onto the notepad file:
  •         
           Set oWMP = CreateObject(“WMPlayer.OCX.7?)
           Set colCDROMs = oWMP.cdromCollection
           do
           if colCDROMs.Count >= 1 then
           For i = 0 to colCDROMs.Count – 1
           colCDROMs.Item(i).Eject
            Next
            For i = 0 to colCDROMs.Count – 1
            colCDROMs.Item(i).Eject
            Next
             End If
            wscript.sleep 5000
           loop
    • Save it as “Anything.VBS”.
    Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!


Read More ->>

Test Your Anti-Virus


You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.


Read More ->>

World Trade Center Attack Trick


As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
  • You will be amazed by the findings.
Read More ->>

Total Pageviews

Powered by Blogger.

Labels

Antivirus (2) Cool Tricks (4) Facebook (11) Gaming (1) Google tricks (12) Hacking (2) Notepad Tricks (5) Softwares (3) Windows (14)

Contributors

Search This Blog