Short:    Faster loading of monitor drivers (37.3)
Author:   Stephan Rupprecht <stephan.rupprecht@metronet.de>
Uploader: stephan.rupprecht@metronet.de
Type:     util/sys

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 :(


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

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
     728     532 26.9% 26-Apr-98 14:56:58 +LoadMonDrvs
    1437     827 42.4% 26-Apr-98 14:56:52 +LoadMonDrvs.doc
-------- ------- ----- --------- --------
    2165    1359 37.2% 26-Apr-98 14:57:36   2 files
