AminetAminet
Search:
84476 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/boot/WBStartupPlus.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:V2.8 Expands WBStartup capabilities.
Author:johughes at heartland.bradley.edu (John Hughes)
Uploader:johughes heartland bradley edu (John Hughes)
Type:util/boot
Architecture:m68k-amigaos
Date:1997-01-29
Download:http://aminet.net/util/boot/WBStartupPlus.lha - View contents
Readme:http://aminet.net/util/boot/WBStartupPlus.readme
Downloads:852

  Program:        WBStartup+
  Version:        2.8
  Date:           December 12, 1996
  Coded by:       John Hughes
  Email:          johughes at heartland.bradley.edu
  WWW:            http://rhf.bradley.edu/~jhughes/
  Compiled with:  SAS/C 6.56
  Machine:        A4000 68EC030/25  AmigaDOS 3.1
  Distribution:   Postcardware (public domain)
  Required:       AmigaDOS 2.0 or above
                  The Prefs program requires AmigaDOS 3.0 or above
  Included:       WBStartup+ for OS2.x and 3.x
                  WBStartup+ for OS3.x
                  launcher.library
                  Documentation in AmigaGuide format
                  MagicWB icons


 Features:

  o  Easy to use GUI preferences program for OS3.x.
  o  Lets you choose the order in which the startup programs run.
  o  Lets you enable and disable the running of each program quickly.
  o  Allows you to have access to Workbench while all of your
     startup programs are being loaded.
  o  Can be disabled at startup by holding left shift key down.
  o  Progress window shows the icon of the program that is being loaded,
     and a progress bar with userdefine window background.


  New Features in Version 2.8:

  WBStartup+ Prefs now moves programs across volumes if the enabled and disabled
paths
    are located on two different volumes.
  The WAIT tooltype was accidently disabled.  It now works again.
  Lots of people complained about launch.library, so the WBStartup+ for Amiga OS
3.x
    now uses the new version of WBStart.library.
  WBStartup+ Prefs now tells the user if it can not lock the enabled or disabled
directories.
  This is the last version of this program that intend to compile and
distribute, since I
    may not own an Amiga for much long.  RIP
  Therefore the Source Code is now included.
  Included more catalog files: Español, Magyar, Russian.

  New Features in Version 2.7:

  Now uses launcher.library instead of WBStart-Handler.  Local variables and
paths are
    now inherited by launched applications.  (Sorry it took so long.)
  Included more catalog files.
  Included WBStartupPlus.cd


  New Features in Version 2.6:

  When no program is highlighted in WBStartup+Prefs, and the menu item "Icon
Window" is selected,
    a requester appears telling the user to select a program first.  However
this requester is
   NOT localized, because not all of the catalog authors gave me a translation.
  Changed all MEMF_ANY's to MEMF_PUBLIC.
  If the "Choose Group" window failed to open and set up properly, the program
still would cycle
    through the list nodes and return an invalid pointer and crash.  It now will
return NULL.
  Increased the height of all the button gadgets by 2.
  Better calculations on the listview gadget's height and the button gadgets
positions.
  I'm Working on fixing the alias/local var environment problem. The problem IS
in WBStart-Handler,
    which I did not write, and the author doesn't reply to mail.  I have found
the bug in his
    program, but can not include my updated version due to copyright laws.


  New Features in Version 2.5:

  Now supports Localization.  Included catalogs: Deutsch, Français, Italiano,
Norsk, Svenska.
  Holding the Ctrl key down when WBStartup+ is run will cause WBStartup+Prefs to
be
    run before any programs are loaded, allowing you to choose which programs
get loaded.
  Holding the left Alt key when WBStartup+ is run causes the user to be asked
which of the
    enabled programs should be run.
  Added PREFSPATH tooltype to WBStartup+ icon.  This is the location of the
preferences file.
  Program names are shown in WBStartup+'s progress window.
  If the case of the letters in the filename and icon name varied, the same
program name
    would be recognized as two different programs.  This is now fixed.
  Added Cancel and Ok gadgets to the Copy File window.
  The OS3.x version of WBStartup+ was getting it's bottom border of the prefs
window
    overwritten by the background pattern under the right icon image, if the
user was
    using sysihack.
  WBStartup+ now recognizes the WAIT= tooltype as the # of seconds to wait
before loading the next program.
  WBStartup+ now recognizes the TOOLPRI= tooltype as the priority that the
program should have when running.
  The DELAY= tooltype is now obsolete, therefore it has been removed.
  WBStartup+ now knows if it has already been run, and if it is run more than
once, the user
    will see a requester asking if it is ok to run it again.
  The STARTUPPRI tooltype is no longer recognized, please use STARTPRI instead.
  When the WBStartup+Prefs window is opened on a virtual screen, it is centered
    vertically in the visible section, and is 100 pixels to the right of the
leftmost
    visible section.
  The Amiga Workbench x.x text is now properly centered in WBStartup+'s progress
window.
  The busy pointer is now shown when a secondary window is opened, such as the
Priority Window.
  Sizing the main window is now impossible when a secondary window is opened
since IDCMP is cut off.
  Priority Window is now activated when opened.
  You may use the keyboard up and down arrow keys to change the selected element
in the listview gadget.


  New Features in Version 2.4:  

  Was allocating one byte less than needed for groupnames when creating them
from the menu.
  When resizing the window, the gadgets are remade, but glist was not
initialized to NULL again.
  WBStartup+ now sets the stack size for each loaded program, although
WBStart-Handler seems
    to not always use the exacts stack size specified.
  Was allocating sizeof(struct Node) instead of sizeof(struct WBStartupNode) in
the OS2.x version of WBStartup+.


  New Features in Version 2.3:

  The WBStartup+Prefs window is now a WB AppWindow, so ou can drop icons into it
    and a requester appears asking you if you want to copy or move the files to
    the enabled or disabled directory.
  Was allocating pathname size, and deallocating filename size.
  Possible program crash removed due to another forgotten glist=NULL.
  Add "..." to some menu items.


  New Features in Version 2.2:

  Bug Fix: WBStartup+ sometimes crashed when the PROGRESSWINDOW tooltype was
diabled.


  New Features in Version 2.1:

  Now uses Memory Pooling instead of AllocVec().
  Fixed potential bug in a list structure when alphabetizing.
  Received permission to include L:WBStart-Handler in this archive.
  Archive has moved to Aminet:util/boot
  Removed accidental FreePool() when "Delete Group" was done, and there were no
groups.
  Enforcer Hit removed: forgot to initialize glist=NULL before CreateContext().
  Did I release V2.0 WBStartup+Prefs with a missing tail parenthesis in two path
tooltypes? Sorry.
  A requester now appears when you quit without saving, and there was a group
modification.
  WBStartup+ now has an optional Progress Indicator when it runs, whick can have
a user defined background.
  Changed the name of drawer icon images, so they don't have parenthises in
them, that way
    they can be archived with lzx.  They are copyied by the installer script and
given their
    proper default names with parenthises.
  Included a WBStartup+ version for OS2.x and OS3.x
  Updated installer script to recognize OS2.x and OS3.x


Contents of util/boot/WBStartupPlus.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  836    1240  67.4% -lh5- 538f Nov  1  1995 WBStartup+V2.8/icons/Disabled_Icon.info
[generic]                  852    1240  68.7% -lh5- 8085 Nov  1  1995 WBStartup+V2.8/icons/Enabled_Icon.info
[generic]                 1274    4379  29.1% -lh5- f81e Dec 12  1996 WBStartup+V2.8/Install
[generic]                  990    1931  51.3% -lh5- e230 Dec 12  1996 WBStartup+V2.8/Install.info
[generic]                 1588    2664  59.6% -lh5- 4605 Dec 12  1996 WBStartup+V2.8/libs/dospath.library
[generic]                 2060    3396  60.7% -lh5- a30e Feb 29  1996 WBStartup+V2.8/libs/launcher.library
[generic]                 2461    4032  61.0% -lh5- 9c73 Nov  4  1996 WBStartup+V2.8/libs/wbstart.library
[generic]                  596    1233  48.3% -lh5- e7a5 Dec 12  1996 WBStartup+V2.8/Locale.info
[generic]                  725    1282  56.6% -lh5- 50d9 Mar  3  1996 WBStartup+V2.8/Locale/Dansk.catalog
[generic]                  823    1482  55.5% -lh5- d861 Nov  1  1995 WBStartup+V2.8/Locale/Deutsch.catalog
[generic]                  781    1382  56.5% -lh5- 3823 Oct 31  1996 WBStartup+V2.8/Locale/Español.catalog
[generic]                  806    1448  55.7% -lh5- 5537 Nov  1  1995 WBStartup+V2.8/Locale/Français.catalog
[generic]                  754    1348  55.9% -lh5- 50bd Nov  1  1995 WBStartup+V2.8/Locale/Italiano.catalog
[generic]                  864    1470  58.8% -lh5- 20de Oct 31  1996 WBStartup+V2.8/Locale/Magyar.catalog
[generic]                 1790    4179  42.8% -lh5- bcf3 Oct 31  1996 WBStartup+V2.8/Locale/MYLANGUAGE.ct
[generic]                  999    1619  61.7% -lh5- 49e0 Nov  1  1995 WBStartup+V2.8/Locale/MYLANGUAGE.ct.info
[generic]                  718    1292  55.6% -lh5- e7cb Nov  1  1995 WBStartup+V2.8/Locale/Norsk.catalog
[generic]                  836    1378  60.7% -lh5- 205f Oct 31  1996 WBStartup+V2.8/Locale/Russian.catalog
[generic]                  770    1404  54.8% -lh5- cf3c Mar  3  1996 WBStartup+V2.8/Locale/Suomi.catalog
[generic]                  733    1302  56.3% -lh5- f9bb Nov  1  1995 WBStartup+V2.8/Locale/Svenska.catalog
[generic]                 1368    3157  43.3% -lh5- 69e0 Nov  1  1995 WBStartup+V2.8/Locale/WBStartupPlusPrefs.cd
[generic]                  998    1617  61.7% -lh5- 85b6 Mar  3  1996 WBStartup+V2.8/Locale/WBStartupPlusPrefs.cd.info
[generic]                 5450    9508  57.3% -lh5- 99ed Dec 12  1996 WBStartup+V2.8/OS2.x/WBStartup+
[generic]                 1049    1370  76.6% -lh5- 44c5 Dec 12  1996 WBStartup+V2.8/OS2.x/WBStartup+.info
[generic]                 6531   11580  56.4% -lh5- ac6a Dec 12  1996 WBStartup+V2.8/OS3.x/WBStartup+
[generic]                 1071    1400  76.5% -lh5- 6989 Dec 12  1996 WBStartup+V2.8/OS3.x/WBStartup+.info
[generic]                12090   22268  54.3% -lh5- 041a Dec 12  1996 WBStartup+V2.8/OS3.x/WBStartup+Prefs
[generic]                 1378    1785  77.2% -lh5- e25d Dec 12  1996 WBStartup+V2.8/OS3.x/WBStartup+Prefs.info
[generic]                  736    1238  59.5% -lh5- 1416 Dec 12  1996 WBStartup+V2.8/Source.info
[generic]                  735    1238  59.4% -lh5- 6453 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS2.x.info
[generic]                  498     841  59.2% -lh5- f6c4 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/Build.info
[generic]                 1711    2632  65.0% -lh5- a81a Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/Debug
[generic]                  382     831  46.0% -lh5- af9f Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/Debug.info
[generic]                  544     838  64.9% -lh5- 7039 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/Edit.info
[generic]                  452     842  53.7% -lh5- 000f Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/Find.info
[generic]                 2407    7434  32.4% -lh5- 2783 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ProgressWindow.c
[generic]                  282     486  58.0% -lh5- 5848 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ProgressWindow.c.info
[generic]                  225     499  45.1% -lh5- 46ec Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ProgressWindow.h
[generic]                  230     486  47.3% -lh5- ac0c Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ProgressWindow.h.info
[generic]                  614    1416  43.4% -lh5- b1e2 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ReadKeyboard.c
[generic]                  277     486  57.0% -lh5- e29f Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ReadKeyboard.c.info
[generic]                   58      58 100.0% -lh0- 83ff Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ReadKeyboard.h
[generic]                  229     486  47.1% -lh5- 7aeb Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/ReadKeyboard.h.info
[generic]                  144     188  76.6% -lh5- 8bcf Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/SCoptions
[generic]                  456    2954  15.4% -lh5- cb5d Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/SCoptions.info
[generic]                 4308   14267  30.2% -lh5- f43e Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS2.x/WBStartup+.c
[generic]                  282     486  58.0% -lh5- a963 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/WBStartup+.c.info
[generic]                  358     816  43.9% -lh5- 76ea Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/WBStartup+.h
[generic]                  232     486  47.7% -lh5- c369 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS2.x/WBStartup+.h.info
[generic]                  134     171  78.4% -lh5- 389e Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS2.x/WBStartup+.lnk
[generic]                  732    1238  59.1% -lh5- 2182 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS3.x.info
[generic]                  495     841  58.9% -lh5- 687e Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/Build.info
[generic]                 1711    2632  65.0% -lh5- a81a Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/Debug
[generic]                  378     831  45.5% -lh5- ff9b Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/Debug.info
[generic]                  540     838  64.4% -lh5- 66af Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/Edit.info
[generic]                  447     842  53.1% -lh5- f88c Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/Find.info
[generic]                 4089   13895  29.4% -lh5- 0f20 Feb 13  1996 WBStartup+V2.8/Source/WBStartup+OS3.x/ProgressWindow.c
[generic]                  276     486  56.8% -lh5- 4878 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ProgressWindow.c.info
[generic]                  326     840  38.8% -lh5- bf02 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ProgressWindow.h
[generic]                  230     486  47.3% -lh5- 5961 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ProgressWindow.h.info
[generic]                  614    1416  43.4% -lh5- b1e2 Feb 13  1996 WBStartup+V2.8/Source/WBStartup+OS3.x/ReadKeyboard.c
[generic]                  274     486  56.4% -lh5- f2ac Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ReadKeyboard.c.info
[generic]                   56      56 100.0% -lh0- f0a2 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ReadKeyboard.h
[generic]                  233     486  47.9% -lh5- f646 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/ReadKeyboard.h.info
[generic]                  153     204  75.0% -lh5- 1060 Mar  3  1996 WBStartup+V2.8/Source/WBStartup+OS3.x/SCoptions
[generic]                  451    2954  15.3% -lh5- 5e7b Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/SCoptions.info
[generic]                 4628   15520  29.8% -lh5- b82a Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS3.x/WBStartup+.c
[generic]                  276     486  56.8% -lh5- aa75 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/WBStartup+.c.info
[generic]                  489    1043  46.9% -lh5- f5d4 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/WBStartup+.h
[generic]                  228     486  46.9% -lh5- 2aca Nov  1  1995 WBStartup+V2.8/Source/WBStartup+OS3.x/WBStartup+.h.info
[generic]                  134     171  78.4% -lh5- 7a89 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+OS3.x/WBStartup+.lnk
[generic]                  740    1238  59.8% -lh5- 27fc Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs.info
[generic]                  502     841  59.7% -lh5- 1c30 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Build.info
[generic]                  590    1233  47.9% -lh5- fc6b Feb 29  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs.info
[generic]                 1048    1811  57.9% -lh5- 3f63 Oct 16  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/2nd_Russian.ct
[generic]                 2157    5032  42.9% -lh5- 8912 Feb  8  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/dansk.ct
[generic]                 1941    4352  44.6% -lh5- 6563 Jan 10  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Deutsch.ct
[generic]                 2202    5119  43.0% -lh5- 8cce Mar 11  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Español.ct
[generic]                 1669    3793  44.0% -lh5- cd2b Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/français.ct
[generic]                 1002    1619  61.9% -lh5- 3a55 Feb 29  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/français.ct.info
[generic]                 1824    4191  43.5% -lh5- 396b Jan 10  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Italiano.ct
[generic]                  997    1619  61.6% -lh5- b1d9 Feb 29  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Italiano.ct.info
[generic]                 2492    5718  43.6% -lh5- bafa Oct 31  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/magyar.ct
[generic]                 1387    3112  44.6% -lh5- 30b8 Oct 31  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/MYLANGUAGE.ct
[generic]                 1538    3327  46.2% -lh5- f1e9 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Norsk.ct
[generic]                 2385    5208  45.8% -lh5- b48b Oct 16  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Russian.ct
[generic]                 2253    5184  43.5% -lh5- baad Feb 28  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/Suomi.ct
[generic]                 2189    5104  42.9% -lh5- d6c4 Feb 28  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/svenska.ct
[generic]                  999    1619  61.7% -lh5- 9cbd Feb 29  1996 WBStartup+V2.8/Source/WBStartup+Prefs/Catalogs/svenska.ct.info
[generic]                 2434    6415  37.9% -lh5- ddf2 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/CheckBoxListView.c
[generic]                  277     486  57.0% -lh5- f713 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/CheckBoxListView.c.info
[generic]                  489    1100  44.5% -lh5- bde2 Nov  7  1996 WBStartup+V2.8/Source/WBStartup+Prefs/CheckBoxListView.h
[generic]                  223     486  45.9% -lh5- de48 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/CheckBoxListView.h.info
[generic]                 1547    2584  59.9% -lh5- f4e6 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/CheckBoxListView.o
[generic]                 2194    7110  30.9% -lh5- 537e Feb  3  1996 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow.c
[generic]                  277     486  57.0% -lh5- f431 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow.c.info
[generic]                  139     238  58.4% -lh5- 69d7 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow.h
[generic]                  232     486  47.7% -lh5- 473c Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow.h.info
[generic]                 1356    2008  67.5% -lh5- c0be Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow.o
[generic]                  105     131  80.2% -lh5- b50b Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/ChooseGroupWindow_protos.h
[generic]                 2046    6880  29.7% -lh5- a120 Feb  3  1996 WBStartup+V2.8/Source/WBStartup+Prefs/CopyWindow.c
[generic]                  274     486  56.4% -lh5- a03f Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/CopyWindow.c.info
[generic]                  232     567  40.9% -lh5- b786 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/CopyWindow.h
[generic]                  225     486  46.3% -lh5- 08c0 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/CopyWindow.h.info
[generic]                 1351    2264  59.7% -lh5- c80b Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/CopyWindow.o
[generic]                 1711    2632  65.0% -lh5- a81a Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Debug
[generic]                  378     831  45.5% -lh5- fd87 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Debug.info
[generic]                  330     757  43.6% -lh5- 3991 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/DisableWindow.c
[generic]                  277     486  57.0% -lh5- 1366 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/DisableWindow.c.info
[generic]                   76     103  73.8% -lh5- ac81 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/DisableWindow.h
[generic]                  228     486  46.9% -lh5- 1337 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/DisableWindow.h.info
[generic]                  372     552  67.4% -lh5- 109e Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/DisableWindow.o
[generic]                  541     838  64.6% -lh5- aecd Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/Edit.info
[generic]                 1406    3898  36.1% -lh5- 1da4 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetPriorityWindow.c
[generic]                  273     486  56.2% -lh5- b0de Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetPriorityWindow.c.info
[generic]                   95     115  82.6% -lh5- cbf2 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetPriorityWindow.h
[generic]                  227     486  46.7% -lh5- 05ae Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetPriorityWindow.h.info
[generic]                  928    1308  70.9% -lh5- 869e Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/GetPriorityWindow.o
[generic]                 1424    4046  35.2% -lh5- 30a1 Feb  3  1996 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow.c
[generic]                  277     486  57.0% -lh5- 8050 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow.c.info
[generic]                  111     153  72.5% -lh5- fb56 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow.h
[generic]                  232     486  47.7% -lh5- 1fac Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow.h.info
[generic]                  800    1088  73.5% -lh5- 2de1 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow.o
[generic]                   60      62  96.8% -lh5- e55d Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/GetStringWindow_protos.h
[generic]                  148     193  76.7% -lh5- e110 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/SCoptions
[generic]                  452    2954  15.3% -lh5- 1808 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/SCoptions.info
[generic]                12504   53123  23.5% -lh5- 8327 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.c
[generic]                  278     486  57.2% -lh5- 2cfc Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.c.info
[generic]                 1098    3227  34.0% -lh5- 09e5 Apr  4  1996 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.h
[generic]                  230     486  47.3% -lh5- 873c Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.h.info
[generic]                  183     290  63.1% -lh5- 9883 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.lnk
[generic]                 7551   14732  51.3% -lh5- ce92 Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartup+Prefs.o
[generic]                 1926    5841  33.0% -lh5- 4c4b Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartupPlusPrefs_Cat.c
[generic]                  275     486  56.6% -lh5- f3ed Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartupPlusPrefs_Cat.c.info
[generic]                  768    3581  21.4% -lh5- a594 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartupPlusPrefs_Cat.h
[generic]                  232     486  47.7% -lh5- 3e97 Nov  1  1995 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartupPlusPrefs_Cat.h.info
[generic]                 1510    2896  52.1% -lh5- 872e Dec 12  1996 WBStartup+V2.8/Source/WBStartup+Prefs/WBStartupPlusPrefs_Cat.o
[generic]                10029   28958  34.6% -lh5- c7f9 Dec 12  1996 WBStartup+V2.8/WBStartup+.guide
[generic]                 1592    2084  76.4% -lh5- 3501 Dec 12  1996 WBStartup+V2.8/WBStartup+.guide.info
[generic]                  795    1240  64.1% -lh5- 6cf0 Dec 12  1996 WBStartup+V2.8.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       140 files  173878  410497  42.4%            Jan 29  1997

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>