View Single Post
Staro 04.06.2006., 19:55   #634
atha
Moderator
Moj komp
 
atha's Avatar
 
Datum registracije: Jan 2005
Lokacija: Rijeka
Postovi: 9,067
Kopiraj ovo u novi notepad document i spremi ga kao "eject.vbs".

Const CDROM = 4
For Each d in CreateObject("Scripting.FileSystemObject").Drives
If d.DriveType = CDROM Then
Eject d.DriveLetter & ":\"
End If
Next

Sub Eject(CDROM)
Dim ssfDrives
ssfDrives = 17
CreateObject("Shell.Application")_
.Namespace(ssfDrives).ParseName(CDROM).InvokeVerb("E&ject")
End Sub


Nakon toga uredjuj ikonicu, radi shortcute na to i slicno.
__________________
___________
Just atha
x
atha je offline   Reply With Quote