Ted Mielczarek, you get nasty popups for the solution:?
[c+':\\' for c in string.lowercase if os.path.isdir(c+':\\')] – Berry Tsakala
I am on Windows XP SP3 with five removable media drives listed with no media and did not get any popups for missing media when using Berry's recipe. However I also did not get those drive letters listed in Berry's list comprehension. The removable drive letters showed in Windows Explorer however.
On TokenMacGuy's solution when I run "mountvol /" I do get my removable media drive letters listed in the output but I do NOT get mapped AND I don't get subst'd drives either.
I tried RichieHindle's recipe. To my surprise is listed all my used drive letters, for removable media, subst'd drives, mapped and even a hardsymbol's drive letter to a disconnected "virual" network drive. The virtual network drive is a "soft/hardware" driver to simulate a CD/DVD drive so you don't have to put a dvd into a drive to run the software on a dvd disc.
Thanks Richie.