The contents of the CLI directory are a supplement to the WorldView
Command Language Interpreter (CLI) documentation.  Unless you are
doing CLI programming, you should ignore this directory. 

CLIDEMO is a simple program demonstrating how to establish a DDE
connection with WorldView and use it to send CLI commands.  It is
provided purely as programming example, not as a supported product.
Compiling CLIDEMO requires the Microsoft Software Development Kit
for Windows 3.1, and a Microsoft C compilier (or other compatiple
compilier).

Before running CLIDEMO, you must first either make sure WorldView is
running or place the WorldView program (IVIEW.EXE) on the PATH.  When
started, CLIDEMO will establish a connection with WorldView.  You can
type CLI commands in the Command control, send them by pressing Enter
(or clicking on the "Execute" button), and see the response from
WorldView in the Result control.
