CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    1

    Ejecting a ZIP disk

    Does anyone know how to eject a zip disk from its drive programatically. The ZIP drive that I must eject the disk from is an internal ATAPI ZIP100 drive. Also being able to detect if a disk is in the drive would be a great help too. Thank you for any help you can offer.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Ejecting a ZIP disk

    I don't have a VB program solution for ejecting a zip disk but I do have a .EXE file I found somewhere on the Web sometime back that works just fine. You can call the .exe using SHELL statement.
    If you want a copy of it email me at [email protected]

    John G

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured