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

    Change drive letter of CDROM

    - I want to change the drive letter of my CDROM.
    I want to implement it in VC. How to do that?

    - Can you help?

    Thanks,
    Maer


  2. #2
    Join Date
    Jan 2000
    Location
    Nottingham, UK
    Posts
    51

    Re: Change drive letter of CDROM

    I don't know how to do it using the Windows API, but do you already know how to do it with th Disk Administrator?

    (Start->Programs->Administrative Tools (Common)->Disk Administrator). This is for NT of course.

    It may well be a registry thing. You could download regmon from http://www.sysinternals.com/ntw2k/source/regmon.shtml and watch to see which registry entries are changed when you reassign the drive letter. Then just make your program do the same thing.


  3. #3
    Join Date
    Aug 2001
    Posts
    531

    Re: Change drive letter of CDROM

    - Thanks pal!

    - Your reply helps me a lot and I have rated your reply!

    - I still have a trouble. That is, how to do the task under Windows(not NT)?

    - Can you help?

    Regards,
    Maer


  4. #4
    Join Date
    Jan 2000
    Location
    Nottingham, UK
    Posts
    51

    Re: Change drive letter of CDROM

    I've only used NT, so I don't know. Sorry.


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