Deleting Static Drive Mappings

LinkLaunch can be used to delete static drive mappings, whether or not they were originally created by LinkLaunch.

Link expressions for deleting mappings take one of three forms:

  1. Delete a mapping for a drive letter. For example:

LL -dw:

This command deletes the drive mapping for 'w'.

  1. Delete a drive mapping to a remote device. For example:

LL -d\\{remote}

This command deletes all drive letters mapped to the device you enter.

  1. Delete a mapping for a drive letter only if it is mapped to a specific remote device. For example:

LL -dw:=\\{remote}

This command deletes the drive mapping for 'w' only if it is mapped to the remote device you enter.

If a drive being deleted is currently in use by another application that was launched by LinkLaunch, the user is asked to confirm the deletion.

See also:

Entering LinkLaunch Commands