- 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
Printable View
- 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
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.
- 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
I've only used NT, so I don't know. Sorry.