Short:        Faster loading of monitor drivers (37.4)
Author:       Stephan Rupprecht <stephan.rupprecht@primus-online.de>
Uploader:     stephan rupprecht primus-online de
Type:         util/sys
Architecture: m68k-amigaos

LoadMonDrvs is a little tool which replaces the following lines of the            
startup-sequence:                                                                 

 IF EXISTS DEVS:Monitors
   IF EXISTS DEVS:Monitors/VGAOnly
     DEVS:Monitors/VGAOnly
   EndIF 

   C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
   Execute T:M
   C:Delete >NIL: T:M
 EndIF
                        
I wrote it because a line like

 C:LoadMonDrvs
                                                                                  
looks more professional :-) It might speed up booting a little bit!?

HISTORY:
 37.1 first public release
 37.2 filehandle wasn't closed, optimized code size
 37.3 hopefully fixes a problem that caused cgfx to crash (still don't
      know why :(
 37.4 EXCEPT option to prevent a specified driver from being loaded.


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
     768     599 22.0% 11-Jul-98 18:57:02 +LoadMonDrvs
    1865    1034 44.5% 11-Jul-98 19:10:20 +LoadMonDrvs.doc
-------- ------- ----- --------- --------
    2633    1633 37.9% 11-Jul-98 19:11:14   2 files
