Saturday, July 27, 2013

Watch Star wars Movie

Watch Star wars Movie in your PC on command prompt


Now you can watch Star wars Text movie from your computer instead of TV or DVD .
To watch it simply follow these steps.

Steps are -

1) Click start .

2) Select Run.

3) Type telnet in Run box , After this you will find a black dos box . 

4) In black dos box , type o , and then click enter.

5) Then Type towel.blinkenlights.nl  , and press enter .

6) Thats it , just wait for few seconds until it will begin and then you can enjoy the STAR WARS movie .


Enjoy Guyzz !!

Don't forget to share this trick with your friends 
also join us on Facebook..

Thursday, July 25, 2013

World's Top 6 Notepad Tricks

Top 6 Notepad Tricks




As a basic text editor, Notepad is designed to write simple documents. What many people don't know is that there are many tricks you can do with this useful text editor.





Top 6 Notpad tricks are -



Trick 1. Matrix Coding 
Open Notepad > Paste the Following code > Save it as technologygang.bat

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks




Trick 2. Automatically Type By Keyboard

Open Notepad > Paste the Following code > Replace "This is a trick" with Any Text > Save it as Keyboard.VBS

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a trick."

loop


Trick 3. Eject CD/DVD Tray Continuously

Open Notepad > Paste the Following code > Save it as Eject.VBS

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



Trick 4. Infinitely Open Notepad




Open Notepad > Paste the Following Code > Save it as infinitely.Bat

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe

GOTO top


Trick 5With this Computer Talks

Open Notepad > Paste the Following Code > Save it as Talk.VBS
Launch it > Put the text you want to talk > Click OK



Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


To stop it end task from Task Manager or Restart PC

Trick 6. For Plane no. Q33N

History :- The flight number of the plane that had hit World Trade Center on 9/11 was Q33N , In Notepad, type the flight number i.e. Q33N .

Open Notepad > Select Format > Select Font > Select Wingdings from Font list >


Select Font Style as Regular



Select Size 72 > Click ok > Now Write Q33N ..



Enjoy Guyzz !!

Don't forget to share this trick with your friends 
also join us on Facebook..