Demonstrate command lists

------------------------------------------------------------------------
See also JD2000, CommandPlugIn
------------------------------------------------------------------------
%--------------------------------------------------------------------------
%   Copyright (c) 2000 Princeton Satellite Systems, Inc.
%   All rights reserved.
%--------------------------------------------------------------------------
w                      = which( 'CommandPluginDemo' );
w                      = fileparts( w );
d.function             = 'DemoController';
d.commandListDirectory = fullfile( w, 'CommandLists', '' );
d.helpFile             = 'OnlineHelp.mat';
d.commandFile          = 'Commands.txt';

tag                    = CommandPlugIn( 'initialize', d );
CommandPlugIn( 'put jd', tag, JD2000 );


%--------------------------------------