Creating Static Drive Mappings

To create a static or persistent drive mapping, you can use the -p option in a link expression. The -p, instructs LinkLaunch NT not to delete drive mappings when applications are closed.

LLNT -pw:=\\{remote}\apps\excel

The -p option is frequently used without launching an application. Typically, an explicit drive letter is used in conjunction with the -p option. For example:

LLNT -pw:=\\{remote}

NOTE: There is no space between the -p and the drive letter. Spaces are used to delimit link expressions.

This command line simply maps 'w' to a remote device. If 'w' is already mapped to a remote device, a message box tells the user which applications are using 'w' and asks if the user wants to remap the drive letter.

See also:

Entering LinkLaunch Commands