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

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!news.belwue.de!news.uni-stuttgart.de!helpdesk.rus.uni-stuttgart.de!zrzm0111
  2. From: zrzm0111@helpdesk.rus.uni-stuttgart.de (MUFTI)
  3. Newsgroups: comp.sys.acorn
  4. Subject: Re: Applications and RiscOS 3
  5. Message-ID: <1992Aug27.105107.10376@news.uni-stuttgart.de>
  6. Date: 27 Aug 92 10:51:07 GMT
  7. References: <1992Aug25.090948.10337@waikato.ac.nz>
  8. Sender: news@news.uni-stuttgart.de (USENET News System)
  9. Organization: User Help Desk, Comp. Cent. (RUS), U of Stuttgart, FRG
  10. Lines: 24
  11.  
  12. In article <1992Aug25.090948.10337@waikato.ac.nz> pdenize@waikato.ac.nz writes:
  13. >
  14. >The upshot is that in RiscOS 2 if an application does not have a !Sprites then
  15. >the !Boot is executed.  If it still does not have an icon when the directory it
  16. >is in is opened again, the !boot is executed again (it is not under RiscOS 3).
  17. >
  18. >So how can I tell RiscOS - "no you haven't seen this application before" or
  19. >"OK so I'm the !Boot file running now forget you ever saw me"
  20. >
  21.  
  22. I don't know, if this idea fits to your problem, but you can easily forbid
  23. to execute the commands in the bootdir:
  24.  
  25. *if "<application$boot>"="" then execute command1 of bootdir
  26. *if "<application$boot>"="" then execute command2 of bootdir
  27. ...
  28. ...
  29. *if "<application$boot>"="" then execute commandN of bootdir
  30. *if "<application$boot>"="" then set application$boot whatever
  31.  
  32. This sollution is not the fastest ...
  33.  
  34. so long
  35. MUFTI
  36.