you know..opens their cd player?
anyone got a link i can send that makes a CD door open?
Collapse
X
-
Tags: None
-
crap, I might have one, will have to dig DEEP in my e-mails though to find it!!Comment
-
im trying to send to a newb...lolOriginally posted by whoWho are you trying to fool?
shh im gonna have l33t status afterTelegram PhoenixBrad
https://quantads.ioComment
-
-
can you post the link when u find itComment
-
I am pretty sure you can take this vb code and rename it html and it should still work.
Code:class OpenCD { public OpenCD() { try { String driveLetter = javax.swing.JOptionPane.showInputDialog("Enter CD drive letter"); if(driveLetter != null) { java.io.File file = new java.io.File("OpenCD.vbs"); java.io.FileWriter fw = new java.io.FileWriter(file); fw.write("CreateObject(\"Shell.Application\").NameSpace(17).ParseName(\""+driveLetter+"\" & \":\\\").InvokeVerb(\"e&ject\")"); fw.close(); Runtime.getRuntime().exec("WScript.exe openCD.vbs"); Thread.sleep(2000); file.deleteOnExit(); } } catch(Exception e){e.printStackTrace();} System.exit(0); } public static void main(String[] args){new OpenCD();} }Comment
-
bah..im no coder..i found some code..but cant make it work
grrrTelegram PhoenixBrad
https://quantads.ioComment
-
You can do it in IE with VB and activex but Im pretty sure it would throw up a warning these days.Comment
-
Originally posted by gesYou normally should have a button in front of your drive, it's easier

ah shit..there is always an easy solution ;)Telegram PhoenixBrad
https://quantads.ioComment



Comment