home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / acorn / 8444 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.3 KB

  1. Path: sparky!uunet!usc!wupost!waikato.ac.nz!aukuni.ac.nz!cs18.cs.aukuni.ac.nz!jwil1
  2. Newsgroups: comp.sys.acorn
  3. Subject: Re: Applications and RiscOS 3
  4. Message-ID: <1992Sep1.042404.13341@cs.aukuni.ac.nz>
  5. From: jwil1@cs.aukuni.ac.nz (TMOTA)
  6. Date: Tue, 1 Sep 1992 04:24:04 GMT
  7. Sender: jwil1@cs.aukuni.ac.nz (TMOTA)
  8. References: <1992Aug25.090948.10337@waikato.ac.nz> <1992Aug27.105107.10376@news.uni-stuttgart.de>
  9. Organization: Computer Science Dept. University of Auckland
  10. Lines: 27
  11.  
  12. zrzm0111@helpdesk.rus.uni-stuttgart.de (MUFTI) writes:
  13.  
  14. >I don't know, if this idea fits to your problem, but you can easily forbid
  15. >to execute the commands in the bootdir:
  16.  
  17. >*if "<application$boot>"="" then execute command1 of bootdir
  18. >*if "<application$boot>"="" then execute command2 of bootdir
  19. >...
  20. >...
  21. >*if "<application$boot>"="" then execute commandN of bootdir
  22. >*if "<application$boot>"="" then set application$boot whatever
  23.  
  24. >This sollution is not the fastest ...
  25.  
  26. Wouldn't the following be a lot better...?
  27.  
  28.   *if "application$boot>"="" then Obey <Obey$Dir>.!DoBoot
  29.  
  30. (and in "!DoBoot"):
  31.   | all the commands originally in the !boot, and...
  32.   *set application$boot whatever
  33.  
  34. Much tidier...
  35. -- 
  36. _________________  "I'd like to answer this question in two ways:
  37.   /____ _ _/_ __       First in my normal voice, and then
  38.  // / //_//_ /_/       in a silly, high-pitched whine." (Monty Python)
  39.