Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Asset Console Creating an Access Definition File Guide


$ECHO (output stdconsol)

$ECHO outputs a message to the Command Prompt.

Organization of this page

Syntax

$ECHO(message)

Values

Example

The following examples output the message Hello world:

[SET_VALUE]
  $ECHO('Hello world')
 
[SET_VALUE]
  MSG = 'Hello world'
  $ECHO(MSG)
Execution result:

Hello world

Hello world