Disconnects a network drive.
DriveMapDel ( "drive" )
If a connection has no drive letter mapped you may use the connection name to disconnect, e.g. \\server\share
; Map X drive to \\myserver\stuff using current user
DriveMapAdd ("X:","\\myserver\stuff")
; Disconnect
DriveMapDel ("X:")