I
ihammerhands2000
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
How can i do this? I have XP Home. Thanks
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
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
You know when you go into msconfig and change the drive paths from there?
Where there is an option to assign it a folder in stead of a drive letter. I
was wanting to be able to do that from command prompt. is it possible?
ihammerhands2000 said: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
You know when you go into msconfig and change the drive paths from there?
Where there is an option to assign it a folder in stead of a drive letter.I
was wanting to be able to do that from command prompt. is it possible?
- Show quoted text -
Uwe Sieber said: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