From: Gary Li on
Any WIN32 API or driver interface allows to create a new drive letter based
on a selected folder ?

Thanks

-Gary
From: David J. Craig on
This is not a device driver question.

"Gary Li" <garyli(a)verizon.net> wrote in message
news:7E377E52-96A9-48FD-981C-FB0B04740840(a)microsoft.com...
> Any WIN32 API or driver interface allows to create a new drive letter
> based
> on a selected folder ?
>
> Thanks
>
> -Gary


From: Ilya Konstantinov on
You mean - like what the "subst" command does? If so, you may try using
strace[1] on "cmd.exe" while performing "subst" and see what it does.

[1]
http://www.bindview.com/Services/RAZOR/Utilities/Windows/strace_readme.cfm