Share

Some Cool PC Tricks



KNOW IF YOUR COMPUTER IS MALE OR FEMALE:
Hello!
         Do you wanna know if your computer is a male or female? 
In this post I'm gonna show you how to make your computer speak to know weather it  is a male or a female.
1- Open notepad paste these blue text in it and save it as File.vbs

CreateObject("SAPI.SpVoice").Speak"I Love You"
2- Open it and it will speak!


OPEN YOUR CD DRIVE:
To open your CD drive without pressing button, just paste this blue text in notepad and save it as file.vbs and after opening the file your CD drive will open.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
end if


MAKE MATRIX:
Type this blue text in notepad and save it as File.bat and after opnening that file you will see cool matrix...
@echo off
:loop
COlor 0A
Title J J f f g g g g

echo 0 A 0 1 1 1 A 0 1 0 1 0 7 7 8 9 9 1 0 1 0 1 A 1 0 a d d f f 1 0 8
echo 0 0 0 0 0 0 0 0 1 A 0 A 1 0 A 1 1 1 1 0 A 1 0 A 5 5 6 7 a n k k k
echo 0 1 0 1 0 A B J 0 3 4 0 1 0 1 0 1 B A A O i d d 3 3 4 4 6 7 7 g u
echo 0 2 3 1 1 1 5 5 6 5 6 8 9 5 4 5 4 5 5 4 5 5 6 4 f f f g j d g d f g d
echo 2 4 5 6 5 5 6 5 9 4 5 7 7 7 7 8 9 9 0 66 6 1 5 5 6 4 5 5 8 6 4 4 6 4
goto :loop



No comments:

Post a Comment