Monday, April 24, 2006

How to assign a drive letter to any folder.

Problem:
I need to assign a drive letter for my app to work properly. How can I do that?

Solution:
Use something like..
subst S: C:\Documents
where S is the drive that the app looks for. Good to fool apps which looks for Floppy
subst A: C:\SomeFolder

0 Comments:

Post a Comment

<< Home