Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapping to network drive using .BAT file
Message
From
23/03/2004 11:39:22
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00888895
Message ID:
00888900
Views:
17
Yuri--

>Perhaps this:
>

>DECLARE INTEGER ShellExecute ;
> IN SHELL32.DLL ;
> INTEGER nWinHandle,;
> STRING cOperation,;
> STRING cFileName,;
> STRING cParameters,;
> STRING cDirectory,;
> INTEGER nShowWindow
>
>?ShellExecute(0,"open","net"," USE R: /D","",0)
>?ShellExecute(0,"open","net"," USE R: \\W0028109792\DATAWARE","",0)
>
>clear dlls

Sounds like what I need. I'll give it a try. Thanks.

Tim
Previous
Reply
Map
View

Click here to load this message in the networking platform