@DATABASE CommanderE.guide 1.1
@$VER: CommanderE.guide 1.1

@NODE Main "Main"

 Commander 1.1

 (c) 2001 Magic Software

 @{" Copyrights      " link Copyrights }
 @{" Introduction    " link Introduction }
 @{" Requirements    " link Requirements }

 @{" Installation    " link Installation }
 @{" Menus           " link Menus }
 @{" Main window     " link MainWindow }
 @{" Options         " link OptionsWindow }
 @{" Command history " link HistoryWindow }
 @{" Function keys   " link FunctionKeys }

 @{" Arexx commands  " link ArexxCommands }

 @{" History         " link History }
 @{" To do           " link ToDo }
 @{" Contact         " link Contact }
 @{" Authors         " link Authors }
@ENDNODE

@NODE Copyrights "Copyrights"

 @{b}@{u}Copyrights@{ub}@{uu}

 This program is freeware. You may freely distribute it.

 You may not modify the program or any file which comes with it.

 You use this program for your own responsibility. Authors are not
 responsible for any damage or loss caused by using it.
@ENDNODE

@NODE Introduction "Introduction"

 @{b}@{u}Introduction@{ub}@{uu}

 Commander is a tool which makes running AmigaDOS commands much easier
 than the standard requester does. Its main features are: ability to
 insert file names by dropping their icons on the window or by selecting
 them with the requester, command history, ability to change command's
 options and ability to define commands which will be inserted after
 pressing different key combinations.
@ENDNODE

@NODE Requirements "Requirements"

 @{b}@{u}Requirements@{ub}@{uu}

 Program requires:

 - Workbench 3.0
 - MUI 3.8
 - utilities.library 1.2 (included)
 - wbstart.library 2 (optionally, included)
@ENDNODE

@NODE Installation "Installation"

 @{b}@{u}Installation@{ub}@{uu}

 To install the program just run the installation program from the
 "Install" directory.
@ENDNODE

@NODE Menus "Menus"

 @{b}@{u}Menus@{ub}@{uu}

 Program:

   - Informations...     Show informations about program
   - Command options...  Edit options
   - Function keys...    Edit function keys settings
   - Complete name...    Complete name after which the cursor is set in
                         the command string
   - Hide                Hide
   - Quit                Quit

 MUI:

   - Informations...  Show informations about MUI
   - Settings...      Edit MUI settings
@ENDNODE

@NODE MainWindow "Main window"

 @{b}@{u}Main window@{ub}@{uu}

 "Command"
   Here (as you propably can guess ;)) you have to enter the command.
   File names can be inserted by dropping their icons on the window
   or by selecting them with the requester. If it's necessary program
   will automaticly insert spaces and quartermark

   When the gadget is active, you can move through the command history
   by pressing up and down keys (up - previous command, down - next
   command) and you can insert defined command by pressing the proper
   key combination

   After pressing the popup button on the right side of the command
   string the command history window will be opened.

 "Execute"
   Execute command

 "Cancel"
   Hide
@ENDNODE

@NODE OptionsWindow "Options"

 @{b}@{u}Options@{ub}@{uu}

 "Output"
   Window or file where all messages from the command will be directed
   to

 "Current directory"
   Home directory for the command

 "Stack"
   Stack size in bytes

 "Priority"
   Priority of the command

 "Number of commands"
   Maximal number of commands in the command history buffer

 "WB mode"
   If this option is on, all programs which have icons will be run in
   WB mode, and the arguments from the command line will be passed as
   the program was run together with selecting other icons. This option
   to work requires wbstart.library in version 2 or higher

 "Save"
   Save options

 "Use"
   Use options

 "Cancel"
   Cancel changes and close the window
@ENDNODE
 
@NODE HistoryWindow "Command history"

 @{b}@{u}Command history@{ub}@{uu}

 Command list
   This is a list of executed commands (their number depends on the
   options settings). The last executed command is on the top. To insert
   any command just double click on it
@ENDNODE

@NODE FunctionKeys "Function keys"

 @{b}@{u}Function keys@{ub}@{uu}

 "Key"
 "And"
   These gadget are used to select the key combination

 "Mode"
   This gadget lets you select the way in which the defined command
   will be inserted. There are two possibilities:
   - "Replace" - entered command (in the main window) will be deleted
   - "Insert"  - the command will be inserted in the cursor position
   - "Execute" - the command will be executed immediatly after pressing
                 the function key (even if the command string isn't
                 active) and it won't be added to the command history

 "Command"
   Here you have to enter the command which will be inserted after
   pressing the selected key combination. Just like in the main window
   you can insert file names by dropping their icons on the window or
   by selecting them with the requester

 "Save"
   Save settings

 "Cancel"
   Cancel changes and close the window
@ENDNODE

@NODE ArexxCommands "Arexx commands"

 @{b}@{u}Arexx commands@{ub}@{uu}

 @{i}OpenWindow@{ui}
   Open program's window (uniconify)

 @{i}InsertString string@{ui}
   Insert string into the command in the current buffer position

 @{i}InsertName name@{ui}
   Insert name into the command in the current buffer position.
   If it's necessary, program will automaticly add spaces and use
   quartermark

 @{i}SetCommand command@{ui}
   Clear entered command and set its contents to 'command'

 @{i}ExecuteCommand@{ui}
   Execute entered command

 @{i}SetOutput output@{ui}
   Set output

 @{i}SetCurrentDir dir@{ui}
   Set current directory

 @{i}SetStack stack@{ui}
   Set stack size

 @{i}SetPriority pri@{ui}
   Set priority

 @{i}GetCmdStr@{ui}
   Get command string

 @{i}GetBufPos@{ui}
   Get cursor position in the command string

 @{i}SetBufPos position@{ui}
   Set cursor position in the command string
@ENDNODE

@NODE History "History"

 @{b}@{u}History@{ub}@{uu}

 1.1:

 - programs with icons can be run in WB mode
 - name completion function is avalaible
 - in the function keys settings a new mode which will cause immediatly
   command execution is avalaible
 - many files can be now selected with the requester
 - there is more function key combinations avalaible
 - command string is cleared after executing the command
 - empty commands aren't added to the command history any more
 - three new Arexx commands have been added

 Thanks to Andreas Kuerzinger for some nice suggestions

 1.0:

 - first version
@ENDNODE

@NODE ToDo "To do"

 @{b}@{u}To do@{ub}@{uu}

 Here are some features which we may add in the next program versions.
 If you think that they would be useful or maybe have your own ideas,
 let us know about it.

 1. Opening drawers - after entering a directory name, it would be opened
    like you double clicked on it

 2. Opening www sites - after entering a name beginning with http://
    or www the selected browser would be run and the page would be
    loaded into it
@ENDNODE

@NODE Contact "Contact"

 @{b}@{u}Contact@{ub}@{uu}

 Any comments and questions send to:

 email@magicsoftware.prv.pl

 If you would like to get updates or our other productions, visit
 our page:

 http://www.magicsoftware.prv.pl
@ENDNODE

@NODE Authors "Authors"

 @{b}@{u}Authors@{ub}@{uu}

 Here's a list of authors of extra files coming together with the
 program:

 wbstart.library (c) Stefan Becker <stefanb@yello.ping.de>

 Full version of this library can be found on Aminet
 (util/libs/WBStart.lha)

 German catalog (c) Andreas Kuerzinger <satanas666@freenet.de>
@ENDNODE
