Thursday 26 June 2014

CD Drive Open and close

Description: This vbs file will continually open your CD drive

 1. Go into notepad

2. Type the text below

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
3. Save it as cdopen.vbs

No comments:

Post a Comment