LavishScript:Developing Commands
From Lavish Software Wiki
[edit]
Introduction
LavishScript commands are much like DOS command line programs. When a user or script executes the command the arguments are passed to the handler via the familiar argc and argv variables. The name of the command is passed as argv[0].
[edit]
Basics
- Create the command handler
- Register the command with InnerSpace
