vbs c´est du script, la seul chose qui compte la dedand c´est la source, regarde un exemple de script VBS
http://www.xxxcollection.com/n00b.jpg
Celui si sert a ouvrire ton lecteur cd!
< SCRIPT language=VBScript>
< !--
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count > = 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ´ cdrom
End If
-->
< /SCRIPT>
tout se qui compte la dedand c´est la source!