Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CONNECTION
Message
From
16/10/2000 10:48:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00429722
Message ID:
00429755
Views:
16
Sergio,

In addition to what Erik proposed, you could also use Windows Scripting Host to map a drive:

oWSH = CreateObject("WScript.Network")
oWSH.MapNetworkDrive("X:", "\\qual\qualc")

Daniel
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform