Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test Environment
Message
 
To
17/11/2004 10:51:06
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00962220
Message ID:
00962539
Views:
7
If, for example, your application is mapped to a logical drive when running against a server, you could copy all the files to your local machine and just the logical drive to your local machine instead... This way, you don't corrupt the server drive data...

I do this regularly by using an old DOS command that still works... SUBST (substitute a local drive letter for an alternate logical drive)

ex:
C:\WINDOWS\system32\subst.exe m: c:\MyTestEnvironment\Client1


This will create a logical "M:" drive pointing to c:\MyTestEnvironment\Client1 as the root level...

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform