Search This Blog

Popular Posts

Sunday, October 9, 2011

Here is trick to open cdrom in one click



Here is trick to open cdrom in 1 click. For this you have to make a file which when clicked open cdrom. So to make that file follow given steps:

1). Open notepad.

2). Copy given code as it is into it
code:

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
for i=0 to colCDROMs.Count - 1
strDrive= oWMP.cdromCollection.item(i).driveSpecifier
colCDROMs.Item(i).Eject
strQuestion = "Close DRIVE " & strDrive & "?"
answer= msgbox (strQuestion, vbYESNO)
if answer= vbYES then colCDROMs.Item(i).eject:
next
end if
wscript.quit


3). Save it anywhere with the name cdrom.vbs.
Its done.
The above file when clicked will open your cd rom and ask question to close it and will close in case of pcs when you say yes.


Tuesday, October 4, 2011

How to Write blank status on Facebook


1 – Go to Facebook.COM and login to your account.

2 – Click on the blank area to update the status.

3 – At your keyboard , simply hold ALT and type 0173, and then just click Post (share status) !

4 – You’ll get your blank status on Facebook !

That’s all now your empty status will be update.