SourcePoint Intel Help

Table of Contents

bell (beep)

Cause an alert to sound.

Syntax

{bell | beep}

Discussion

The bell command can be used in scripts to signal that an event has occurred. ย Beep is a synonym for bell.

Example

while (ord4 0x10000 != 1000)

{

go

wait

}

bell

ย 

ย