home *** CD-ROM | disk | FTP | other *** search
-
- Hildesheim, 26-Sep-94
-
- RunList.
-
- RunList, RunListBig and RunListSmall are small tools helping to run
- programs. They are all the same, differ only by size in order to
- meet ones need.
-
- How to use it?
-
- RunList, Shellwin and FR should be placed in Directory 'C'. It can
- be started from Workbench by Icon or ShellWindow. RunList also can
- be placed in WBStartup.
- RunList starts iconified. To uniconify/iconify just click the
- Big/Small sizing-gadget right beside the dragbar.
- Selecting 'NEW' activates the first stringgadget. Delete 'new' in the
- stringgadget and write the name of the program into it and take over
- with 'RETURN'. 'REQUEST' will get up a ShellWindow with FileRequester
- to make a file-choice more easy. Typing 'FR' into the 'ShellWind'
- will call the FileRequester again.
- Into the second (and third) stringgadget you write the start-code of
- the program of your choise with it's full path and take over with
- 'RETURN'. The Button 'DELETE' deletes the selected entry and 'SAVE'
- writes the changes to 'S:Command.DAT'. Closing RunList will also
- save 'S:Command.DAT'.
- If 'S:Command.DAT' not exists RunList creates one which is empty.
- An example of 'S:Command.DAT' is included. If you copy it to your
- 'S' directory it will show you what it looks like.
- 'RUN' starts the selected.
- The source-code of all tools is enclosed.
-
-
- The graphics are designed by use of:
- "GadToolsBox V2.0b (c) Copyright 1991-1993 Jaba Development".
-
- Compiled by use of: "SAS/C Amiga Compiler 6.50,
- Copyright (c) 1988-1993 SAS Institute Inc.".
- SCOPTIONS:"LIST
- STRUCTUREEQUIVALENCE
- OPTIMIZE
- OPTIMIZERTIME
- LINK
- VERBOSE
- ERRORREXX
- SMALLCODE
- SMALLDATA"
-
- RunList needs 'OS 2' or better.
-
- This examples are provided "as-is" and are Freeware and subject to
- change; no warranties are made. All use is at your own risk. No
- liability or responsibility is assumed.
-
- Author: Heinz Reinert
- Orleansstr. 55
- D-31135 Hildesheim
- Germany
-
-
- ==================================================================
-
- Changes to Version 1.1 : 05-Okt-94
-
- 1)
- Slight position-error on Gadget 'NEW' removed.
-
- 2)
- Version-numbers added.
-
- 3)
- Delay between 'command' and 'command2' added to ensure a save
- function of 'command2'. It is necessary for example, to edit a File
- by command2 only after it has been written by the first command.
-
- ==================================================================
-
-
-
-
-
-
-
-
-