Usage: LAUNCH [command [; command [; ...]]]
The optional command parameter(s) specifies a command to execute when a file
URL is copied to the clipboard. The command parameter should include the
command name followed by its command-line arguments. The command-line arguments should
include %1, which will be replaced by the full file path of the file URL.
If no command line parameters are specified, then the following default command is used
to invoke Windows Explorer:
EXPLORER /e,/select,%1Once invoked, the Launch window should remain minimized at all times, since it contains no user interface. You can terminate Launch at any time by selecting close from the window's system menu, or by selecting the Launch window and pressing Alt-F4.
If you are using Netscape or Internet Explorer, you can use one of the following methods to copy a local file URL to the clipboard:
The URL that is copied to the clipboard must be in one of the following formats. Any other format will be ignored by Launch.
1. file:///drive:/path 2. file:///drive|/path 3. http://127.0.0.1/pathWhere, drive is a drive letter, and path is an absolute path (starting at the root directory) to a file on that drive. Syntax 2 is allowed for compatibility with Netscape. Syntax 3 is used for local testing of CGI mode. In this mode, drive is not specified, and the path refers to the drive that contains the working directory where Launch was started.
If the file specified by the URL does not exist, the Launch command will not be executed.