Introduction: Magic CD Tray

Are you to lazy open and close to CD tray? Well this is the script for you! The script will open and close
the CD Tray for you!

Step 1: Get the Tools!

First get Autoit at http://www.autoitscript.com/autoit3/ It is the programing language you will use to make the magic CD Tray!

Step 2: Enter the Code

CDTray("D:/","open")
SoundPlay("C:\WINDOWS\Media\Windows XP Battery Low.wav",0)
sleep(500)
SoundPlay("C:\WINDOWS\Media\Windows XP Battery Low.wav",0)
sleep(5000)
MsgBox(0,"Info","The CD drive is now open! Closing in 5 seconds of this message closing",900)
Sleep(5000)
SoundPlay("C:\WINDOWS\Media\Windows XP Battery Low.wav",0)
sleep(500)
SoundPlay("C:\WINDOWS\Media\Windows XP Battery Low.wav",0)
sleep(3000)
CDTray("D:\","closed")

  • Where you see (D:/ or D:\) Chage it to your CD drive Letter eg.(Y:\)

Step 3: Compile

Now compile the script useing the compile function when you left click the Script!

Step 4: Finish!

Now you can sit back and run the script put the CD in and the CD will load!