Commands & Syntax > Commands > Display / Computer Screen >

www.perfectkeyboard.com

 

NOTIFICATION - < notify >() ... [Pro]

 

Display NOTIFICATION
<notify>("Message text")
Available in: Professional edition

This command displayes a Windows notification message.

 

#

Parameter name

Parameter description

1

Message text

The message to display

 

Example (Macro Steps):

 

1

<#> <#>This macro shows how to use "notify" command

2

Macro execution: ONLY COMMANDS

3

Date & Time : DATE Insert or save to Variable Format=Windows user default - long, Separator=/, Day leading zero=Yes, Month leading zero = Yes, Day shift = 0, Variable for result = vDate

4

Display NOTIFICATION "Current date: %vDate%"

Example (Plain Text):

 

<#>This macro shows how to use "notify" command

<cmds>

<date>(21,"/",1,1,0,"vDate")

<notify>("Current date: %vDate%")