Skip to main content

Have fun with CD or DVD ROM

This is a Simple and Funny Exercise, that will just open and close your CD or DVD ROM without pressing the button of the Cd/DVD drive. So lets try it by following the steps below....

CODE:

set wmp = createObject("wmplayer.ocx.7")
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count>= 1 then
for i = 0 to drives.count - 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()


Copy the above code in to text documeny and save it as cdfun.vbs and give it to your friends or execute it in your system.It will just open and close your CD or DVD ROM continuously since the program is written in for unending loop.


TESTED ON WINDOWS XP

NOTE:To stop that go to taskmanager
-->>processes-->>wscript.exe and end the task
AddThis

Comments

Popular posts from this blog

Concise Oxford Dictionary for mobiles

This concise Oxford Dictionary is one of the java application program that can be run on various mobiles that are supporting java This is one of the most portable softwares for the mobiles that is easy to use by providing a user friendly environment search capability and easy to navigate to the words that you want to search This consists of about 240,000 words which are the most accurate definitions this software works on all symbian,motorola,sonyericsson and other models which support java DOWNLOAD

Waterproof Night Vision Scope

If you have ever played any of the brilliant Splinter Cell series of games, chances are that a night vision device has found it's way on to your Christmas list. Afterall, how else are you meant to take out those enemy guards whilst creeping around a darkened warehouse? What set's the Bushnell Seagull night vision scope apart from similar devices is that fact that it is also water proof and floats making it the perfect choice for those water-based missions (as well as more mundane activities like sailing and fishing). As well as amplifiying even minimal amounts of light, such as moonlight, the Seagull night vision scope includes an integral infra red lamp. This means that, unlike inferior scopes, it can operate in total darkness as well. Related Links Spy Gadgets

Windows Live

New web activities: 20 new third-party feed partners were added to Windows Live including Facebook, Digg, and SmugMug. MySpace will also be added in the coming months, so that MySpace customers can share activities and updates from MySpace to people in their Windows Live network. By adding new feed partners to Windows Live, it’s easier for you to connect your activities various blogging sites, social networks and photo sharing sites and share them with your friends in your Windows Live network. This update will make it easier for the 500 Million users who are active on Windows live today to connect their activities on these partner sites and share them with their friends on Windows Live. For instance, when you add the Facebook web activity – any photo, video, note or status update you make on Facebook will now appear on Windows Live via your What’s New feed. When you add Digg, any article you “digg” or submit to Digg, will now appear on Windows Live via your What’s New feed. S...