Results 1 to 6 of 6

Thread: Remotely manage DVD Drive

  1. #1
    Join Date
    Dec 2008
    Posts
    41

    Remotely manage DVD Drive

    Hello,

    I have this morning dvd burned and after burning the DVD drive so open. Now I'm not at home but on my PC work remotely. Now my question is whether it is possible to drive them with a code or something similar to operate remotely??please reply

    Thank you

  2. #2
    Join Date
    May 2008
    Posts
    1,812

    Re: Remotely manage DVD Drive

    I think the standard is not possible to do that from Windows, or via the command line. There are many programs that can.

    NirCmd from nirsoft is a good example, because you can much more things with it, such as your screen and off. Everything goes through the command line

  3. #3
    Join Date
    Dec 2008
    Posts
    207

    Re: Remotely manage DVD Drive

    In my windows this could be, if you are in "Computer" right click on your DVD drive, then eject, open it, but it also closes if already open.
    Otherwise there are programs which it can connect to you, Or you can also make a vbs file, which it closes for you.

  4. #4
    Join Date
    Aug 2007
    Posts
    1,098

    Re: Remotely manage DVD Drive

    I think here. Bat command to use. Can I still remember last school year that all 50 computers along with a CD drive were open,

  5. #5
    Join Date
    May 2008
    Posts
    1,822

    Re: Remotely manage DVD Drive

    save it as. vbs (it is not virus ) It closes and opens your drive


    Dim ts
    Dim strDriveLetter
    Dim intDriveLetter
    Dim fs' As Scripting.FileSystemObject
    Const CDROM = 4
    On Error Resume Next
    Set fs = CreateObject ( "Scripting.FileSystemObject")
    strDriveLetter = ""
    For intDriveLetter = ASC ( "A") To ASC ( "Z")
    Err.Clear
    If fs.GetDrive (Chr (intDriveLetter)). Drive Type = CDROM Then
    If Err.Number = 0 Then
    strDriveLetter = Chr (intDriveLetter)
    Exit For
    End If
    End If
    Next
    MsgBox "you cd is:" & strDriveLetter, VBOKONLY + 48, "CDROM =>" & strDriveLetter
    Set oWMP = CreateObject ( "WMPlayer.OCX.7)
    Set colCDROMs = oWMP.cdromCollection
    For d = 0 to colCDROMs.Count - 1
    colCDROMs.Item (d). Eject
    Next 'null
    'A1 = MsgBox ( "MEP on one button to close the CD drive to" & vbCrLf & _
    "The Cd Will Close", 0 + 64, "Open Close CD Tray")
    'For d = 0 to colCDROMs.Count 1
    'ColCDROMs.Item (0). Eject
    'Next' null

    set owmp = nothing
    set colCDROMs = nothing
    WScript.Quit

  6. #6
    Join Date
    Dec 2008
    Posts
    322

    Re: Remotely manage DVD Drive


Similar Threads

  1. Remotely Manage uTorrent on Nokia N900 with uRemote
    By Maq.H in forum Portable Devices
    Replies: 1
    Last Post: 11-05-2011, 05:28 AM
  2. remotely access to my hard drive by internet, please help
    By baraa_998 in forum Operating Systems
    Replies: 1
    Last Post: 05-01-2011, 11:29 PM
  3. uRemote - manage utorrent remotely
    By SoftWore in forum Tips & Tweaks
    Replies: 3
    Last Post: 21-06-2010, 01:31 PM
  4. How to remotely manage the LAN
    By Mrigankasekhar in forum Networking & Security
    Replies: 5
    Last Post: 18-03-2010, 03:35 AM
  5. Replies: 1
    Last Post: 24-11-2008, 07:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,827,884.14890 seconds with 16 queries