WAITCURSOR                                                     Statement

WAITCURSOR true|false

Description

Set WAITCURSOR to true to display a wait cursor. The design of the cursor depends on the device. Set it to false to turn the waitcursor off again.

Example

REM WAITCURSOR Example

WAITCURSOR TRUE

SLEEP 5000

WAITCURSOR FALSE

Output

Related Items