Data launcher: Function configuration

Previous  Next |  Direct link to this topic

This window contains all function available to be tied to data launcher lines.

image126

Field

Description

Name

The descriptive name you want to display when selecting the function

Program

The program you would like to run. Please note that you can double click to choose a program or enter it manually

Parameters (Optional)

The parameters for the program. Here you can enter command line parameters for the selected program. Optionally you can use $data as a way to incorporate the data of the data launcher line as part of the parameters.

Name

The descriptive name you want to display when selecting the function

Program

The program you would like to run. Please note that you can double click to choose a program or enter it manually

Commonly used configurations:

Configuration

Arguments

Start a Microsoft Word Document

- Program: winword.exe

- Parameters: $data (e.g. $data = “\\server\docs\test.doc”)

Start a Microsoft Excel document

- Program: excel.exe

- Parameters: $data (e.g. $data = “\\server\docs\test.xsl”)

Start Remote Desktop

- Program: mstsc.exe

- Parameters: /v $data (e.g. $data = 192.168.1.1)

Start a PDF-document

- Program: AcroRd32.exe

- Parameters: $data (e.g. $data = “\\server\docs\test.pdf”)

Start Internet explorer on a specific website

- Program: iexplore.exe

- Parameters: $data (e.g. $data = http://www.boyum-it.com)