Next Prev Up Top Contents Index

start-kw

Function
Syntax

start-kw &key hostname

Arguments

hostname is a string which specifies a display of some machine.

Description

Starts the KnowledgeWorks programming environment from the initial prompt when the KnowledgeWorks image is started. If the Lispworks IDE is already running, start-kw adds the KnowledgeWorks menu so that the podium becomes the KnowledgeWorks Podium. The environment is displayed on the machine specified by hostname , defaulting to the machine on which the KnowledgeWorks image is running.

Values

None.

Examples
(start-kw)
(start-kw :hostname "machine1:0")

LispWorks KnowledgeWorks and Prolog User Guide - 15 Jul 2003

Next Prev Up Top Contents Index