Thanks for the suggestion, I'll try it out. If it doesn't work I'll re-submit the question
Main Topics
Browse All TopicsHow can I create a directory which will appear in File manager as a new drive letter?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: mikajPosted on 1998-04-05 at 22:37:35ID: 1804354
There is way to do that.
You can use SUBST command to do so but when you reset your computer that must be done again.
For example: SUBST X: C:\NEWDRIVE
That command makes driveletter X: associated with c:\newdrive folder.
( subst X: /D removes drive letter)
You can use any driveletter for that, if letter is not in use of other drive!!
( and your LASTDRIVE=X: limit in config.sys)
ps. Good idea is put that line to your autoexec.bat, so every time you reset/power off and back on your computer that command will be executed.
You can also use Fakecd.exe or CDEMU.exe programs to make new drive letters from directories. (But windows uses these "drives" like CDROM drives)