                                QLaunch
                                ~~~~~~~

  QLaunch is a quick program launcher.  It allows you to select a
  program from a list of options.

  You simply place a config file in either the current directory, or in
  a directory called S/QLaunchData/

  The format of the file is as follows.  See below for more info.

  <Title>
  <Body>
  <Gadgets>
  <Default gadget>
  <Entry #1 CurrentDir>
  <Entry #1 Commandline>
  <Entry #2 CurrentDir>
  <Entry #2 Commandline>
  <Entry #n CurrentDir>
  <Entry #n Commandline>

  Each line has to be terminated with a NULL (ASCII 0).

                               -=-=-=-=-

Title:
  Simply the title that appears in the titlebar of the requester.


Body:
  The text that appears in the body of the requester.  Because each
  entry is seperated by a NULL, you can have multiple lines by simply
  including a return.


Gadgets: 
  You can have as many gadgets as you like.  Simply seperate each one
  with a pipe (|).  If you wish to underscore a letter to use as a hot
  key for a gadget, simply place a _ in front of it.

  eg.  Quick|Normal|_Deep|Cancel


Default Gadget:
  The Default action gadget is simply the number of which gadget will he
  highlighted and can be selected by hitting return.  Numbering starts
  with the leftmost being 1 increaseing as you move right.  The
  rightmost gadget (normally Cancel or Abort) is number 0.


Entries:
  Each entry consists of two lines.  You need as many entries as there
  are gadgets.

  The first line in the entry is the directory to change to before
  launching the program.

  The second line is the commandline.  If a %s is included in the
  commandline, then any additional arguments that were passed to QLaunch
  will be added in here.

  eg. Multiview SCREEN %s

          -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Contact:

  If you have any problems, or questions, feel free to email me at
  dave@eclipsnz.manawatu.gen.nz

          -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note:

  QLaunch is Public Domain.  Do want you want with it.  I take no
  responsibility for what happens.  If you change the source, and
  re-release it, please remove my name from the distribution.
