Assigning drive letters to a folder

J

John Smith

How do I assign a drive letter to a folder?

I have an application which I need to run on both a desktop and laptop
machine.

On the desktop machine (Win2K) the app is installed in its own folder (call
it \app) on E: and holds most of its data in the same folder. However there
rest of the data the app needs is in a folder (call it \data) on the F:
drive. This was originally done this way due to space limitations and is not
going to change for a while.

On the laptop (WinXP) the app is installed on C: in its own folder and the
data in its own folder (C:\app and C:\data respectively).

The app and data are synchronized between the machines by copying the \app
and \data folders between the machines.


Now the tricky part:
- the app has a config file which has pointers to the \app and \data folders
and when the files are copied between machines the config file has to be
manually edited.

On the laptop can I assign a share(?) or some other mechanism to rename
c:\app to become E:\app and c:\data to become F:\data so as to allow the
config files on the two machines to be identical? If this is possible, how
do I do it?

Thanks
 
?

=?iso-8859-1?B?uyBtcnRlZSCr?=

Don't copy the config file?

--
Just my 2¢ worth,
Jeff
__________in response to__________

|
|
| How do I assign a drive letter to a folder?
|
| I have an application which I need to run on both a desktop and laptop
| machine.
|
| On the desktop machine (Win2K) the app is installed in its own folder (call
| it \app) on E: and holds most of its data in the same folder. However there
| rest of the data the app needs is in a folder (call it \data) on the F:
| drive. This was originally done this way due to space limitations and is not
| going to change for a while.
|
| On the laptop (WinXP) the app is installed on C: in its own folder and the
| data in its own folder (C:\app and C:\data respectively).
|
| The app and data are synchronized between the machines by copying the \app
| and \data folders between the machines.
|
|
| Now the tricky part:
| - the app has a config file which has pointers to the \app and \data folders
| and when the files are copied between machines the config file has to be
| manually edited.
|
| On the laptop can I assign a share(?) or some other mechanism to rename
| c:\app to become E:\app and c:\data to become F:\data so as to allow the
| config files on the two machines to be identical? If this is possible, how
| do I do it?
|
| Thanks
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top