home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / a / appensure / Docs / AppEnsure
Encoding:
Text File  |  1993-06-19  |  1.7 KB  |  69 lines

  1. Documentation for *AppEnsure, an application version of "RMEnsure"
  2.  
  3. Program and documentation are Copyright © Cy Booker, 1993
  4.  
  5.     This program is distributed in the hope that it will be useful,
  6.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8.  
  9.  
  10. Syntax:
  11.         *AppEnsure [-Title] <title> [-Command] <command>
  12.  
  13.         <title> is the name of the task, as listed in the task
  14.         managers' task display
  15.  
  16.         <command> is a CLI command that is executed if the specified
  17.         task is not currently active.
  18.  
  19.  
  20. Example Usage
  21. =============
  22.  
  23.         In an Obey file, instead of
  24.  
  25.                 Filer_Run Resources:$.Apps.!Draw
  26.  
  27.         you'd use
  28.  
  29.                 AppEnsure Draw "Filer_Run Resources:$.Apps.!Draw"
  30.  
  31.  
  32.         Ie for each "project" you have an Obey file that loads up
  33.         your editors, various modules, sets up system variables,
  34.         opens filer windows etc. etc.  Without this applet every time
  35.         one of these "project" Obey files is executed a new copy of
  36.         the application(s) would be loaded.
  37.  
  38.  
  39. Note
  40. ====
  41.  
  42.         AppEnsure starts up as a (wimp) application if it needs to
  43.         execute the command --- but immediately commits suicide.  Thus
  44.         you can't use this from inside a (non-wimp) application!
  45.  
  46.  
  47.  
  48. Updates
  49. =======
  50.  
  51.         12-Jun-1993 CJB First attempt, failed miserably
  52.         20-Jun-1993 CJB Now fully functional
  53.  
  54.  
  55.  
  56. Author
  57. ======
  58.  
  59.         Any comments / feedback most welcome.
  60.  
  61.                         Mr. Cy J. Booker
  62.                         86 Church View
  63.                         Main Road
  64.                         Crockenhill
  65.                         Swanley
  66.                         Kent
  67.                         BR8 8JW
  68.                         U.K.
  69.