home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / a243_1 / KllScrnHlp < prev   
Text File  |  1992-12-16  |  1KB  |  28 lines

  1.      Help file for KillScreen.
  2.      =========================
  3.  
  4.    Got tired of that startup screen the Wimp does whenever you enter the
  5. desktop? Well I did and so I put together this small ( about 680 bytes)
  6. module that prevents that screen from appearing. To add into the bargain it
  7. optionally runs an OSCLI command when this event occurs to allow you to
  8. patch in your own startup screen, animation, pizza server, mandlebrot
  9. drawer... 
  10.  
  11.    It must be run before your Wimp has started for that session so is best
  12. placed in !Boot files before any *Desktop -file commands get called. It is
  13. very un-useful in DeskBoot files as the Wimp is already active when these
  14. get run. It seems that application memory has been claimed by the Wimp at
  15. this stage so your command can't run an application task. However I suspect
  16. utilities and commands embeded in other modules will be just fine. Full on
  17. line help is provided for the simple interface it has.
  18.  
  19.    This program is Freeware. It may be freely copied, distributed and
  20. otherwise used in any non-commercial, non-profitable code. If it gets into
  21. somebodies application a mention would be nice.
  22.  
  23. Version History
  24. ---------------
  25.  
  26. +------+-------------------------------------------------------------------+
  27. | 0.01 | First and, probably, only version of the module. (16-Dec-1992)    |
  28. +------+-------------------------------------------------------------------+