home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / cdity / runlist-reinert / runlist.readme < prev    next >
Encoding:
Text File  |  1994-10-09  |  3.0 KB  |  85 lines

  1.  
  2.                                                 Hildesheim, 26-Sep-94
  3.  
  4.         RunList.
  5.  
  6.         RunList, RunListBig and RunListSmall are small tools helping to run
  7.         programs. They are all the same, differ only by size in order to
  8.         meet ones need.
  9.  
  10.         How to use it?
  11.  
  12.         RunList, Shellwin and FR should be placed in Directory 'C'. It can
  13.         be started from Workbench by Icon or ShellWindow. RunList also can
  14.         be placed in WBStartup.
  15.         RunList starts iconified. To uniconify/iconify just click the
  16.         Big/Small sizing-gadget right beside the dragbar.
  17.         Selecting 'NEW' activates the first stringgadget. Delete 'new' in the
  18.         stringgadget and write the name of the program into it and take over
  19.         with 'RETURN'. 'REQUEST' will get up a ShellWindow with FileRequester
  20.         to make a file-choice more easy. Typing 'FR' into the 'ShellWind'
  21.         will call the FileRequester again.
  22.         Into the second (and third) stringgadget you write the start-code of
  23.         the program of your choise with it's full path and take over with
  24.         'RETURN'. The Button 'DELETE' deletes the selected entry and 'SAVE'
  25.         writes the changes to 'S:Command.DAT'. Closing RunList will also
  26.         save 'S:Command.DAT'.
  27.         If 'S:Command.DAT' not exists RunList creates one which is empty.
  28.         An example of 'S:Command.DAT' is included. If you copy it to your
  29.         'S' directory it will show you what it looks like.
  30.         'RUN' starts the selected.
  31.         The source-code of all tools is enclosed.
  32.  
  33.  
  34.         The graphics are designed by use of:
  35.             "GadToolsBox V2.0b (c) Copyright 1991-1993 Jaba Development".
  36.  
  37.         Compiled by use of: "SAS/C Amiga Compiler 6.50,
  38.             Copyright (c) 1988-1993 SAS Institute Inc.".
  39.             SCOPTIONS:"LIST
  40.                        STRUCTUREEQUIVALENCE
  41.                        OPTIMIZE
  42.                        OPTIMIZERTIME
  43.                        LINK
  44.                        VERBOSE
  45.                        ERRORREXX
  46.                        SMALLCODE
  47.                        SMALLDATA"
  48.  
  49.         RunList needs 'OS 2' or better.
  50.  
  51.         This examples are provided "as-is" and are Freeware and subject to
  52.         change; no warranties are made. All use is at your own risk. No
  53.         liability or responsibility is assumed.
  54.  
  55.         Author:     Heinz Reinert
  56.                     Orleansstr. 55
  57.                     D-31135 Hildesheim
  58.                     Germany
  59.  
  60.  
  61.         ==================================================================
  62.  
  63.         Changes to Version 1.1 :                               05-Okt-94
  64.  
  65.         1)
  66.         Slight position-error on Gadget 'NEW' removed.
  67.  
  68.         2)
  69.         Version-numbers added.
  70.  
  71.         3)
  72.         Delay between 'command' and 'command2' added to ensure a save
  73.         function of 'command2'. It is necessary for example, to edit a File
  74.         by command2 only after it has been written by the first command.
  75.  
  76.         ==================================================================
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.