| Prev | Next | WinShell Verbs > winShell.mapNetworkDrive |
winShell.mapNetworkDrive
| Syntax |
winShell.mapNetworkDrive (drive, share)
|
| Params |
drive is a drive specification of the form Z: share is a share specification of the form \\server\share
|
| Action |
Maps a network drive to a drive letter.
|
| Returns |
True.
|
| Examples |
winShell.mapNetworkDrive ("F:", "\\\\Madrid\\D Drive") true
|
| Notes |
Be sure to escape the backslashes. This verb is Windows-specific; it's implement by a VBScript script. This verb requires that the Microsoft Script Control and Windows Scripting Host are installed. This verb is new in Frontier 6.0.
|
| Prev | Next | WinShell Verbs > winShell.mapNetworkDrive |