Storing Commands in an .LLF file

In some cases, it is difficult or inconvenient to store the LinkLaunch commands on the command line for an icon. As an alternative, the command expressions can be passed to LinkLaunch via an ascii file.

To pass a command file to LinkLaunch, it must have the extension .LLF, and it must be the only argument command line:

LL cmdfile.llf

New line characters inside of the file are treated as spaces, so each line can contain a separate expression. Otherwise, the syntax of the .LLF file is exactly the same as the LinkLaunch command line syntax. (Replacement variables and environment variables can be used inside of an .LLF file)

NOTE: This feature allows LinkLaunch to be used as a helper application for Netscape or other browsers, when used on an intranet.

See also:

Entering LinkLaunch Commands