Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command and Definition File Reference


Start program definition file (!JP1_CS_APP0.conf)

Organization of this page

Format

@define-block type="application-execution-def";
id="program-identifier";
path="start-program-path";
@define-block-end;

File

!JP1_CS_APP0.conf (start program definition file)

!JP1_CS_APP0.conf.model (model file for the start program definition file)

Storage directory

View-path\conf\sovtoolexec\en\

Description

This file defines the start path for a program that is added to the toolbar in the Monitoring Tree window.

To add a program to the toolbar in the Monitoring Tree window, and then start the program from the toolbar, you must also edit the following definition files:

When the definitions are applied

The definition takes effect when the Monitoring Tree window is re-opened.

Information that is specified

From @define-block type to @define-block-end;

The information from @define-block type to @define-block-end; constitutes a single definition block. To add multiple programs to the toolbar in the Monitoring Tree window, specify this definition block as many times as there are programs to be added. You can specify the following parameters in this definition block:

id="program-identifier"

Specifies the identifier that indicates the program to be started. You can specify from 1 to 32 alphanumeric characters. This character string must be unique within the definition file. The program identifier specified in this parameter must be the same as a program identifier that is specified in the icon operation definition file (!JP1_CS_FTREE0.conf). For details about the icon operation definition file (!JP1_CS_FTREE0.conf), see Icon operation definition file (!JP1_CS_FTREE0.conf) in Chapter 2. Definition Files.

path="start-program-path"

Specifies the path of the program to be started. An executable file that can be specified must be an .exe or .bat file.

Example definition

#
# All Rights Reserved. Copyright (C) 2003, Hitachi, Ltd.
#
@file type="application-execution-definition", version="0300";
#----------------------------------------------------------
@define-block type="application-execution-def";
id="app_notepad";
path="C:\WINNT\NOTEPAD.EXE";
@define-block-end;
#----------------------------------------------------------