|
Prev: Application compiled with Win2K/XP DDK works fine. But doesnt work with WIN98 DDK
Next: Problem with checked kernel on Windows 2003 Server SP1
From: Gary Li on 14 Sep 2005 23:35 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 15 Sep 2005 00:57 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 15 Sep 2005 05:46
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 |