ihammerhands2000
Fri Mar 28 21:46:00 PDT 2008
ah thanks, thats exactly hat i needed
"Uwe Sieber" wrote:
> ihammerhands2000 wrote:
> > i would like to be able to assign a folder to a drive from command prompt.
> > How can i do this? I have XP Home. Thanks
>
> XP has the MOUNTVOL command which can do this, but it is
> quite unhandy because you have to deal with volume names
> like \\?\Volume{2dc3c95f-dde6-11dc-b8cb-000102b35cc3}\.
>
> My commandline tool ReMount is more handy. Sample:
>
> remount x: c:\USB-Drive1
>
>
http://www.uwe-sieber.de/drivetools_e.html#ReMount
>
>
> My Win32 service USBDLM can do it automatically for
> certain drives:
>
http://www.uwe-sieber.de/usbdlm_e.html
>
>
>
> Uwe
>
>
>
>