home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os9 / 1060 next >
Encoding:
Internet Message Format  |  1992-07-20  |  2.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!network.ucsd.edu!sdcc12!sdcc3!jclark
  2. From: jclark@sdcc3.ucsd.edu (John Clark)
  3. Newsgroups: comp.os.os9
  4. Subject: Re: FAQ ?
  5. Message-ID: <35887@sdcc12.ucsd.edu>
  6. Date: 21 Jul 92 06:51:07 GMT
  7. References: <1992Jul09.140452.828@chicco.sea.sublink.org> <1992Jul20.094659.10941@chicco.sea.sublink.org>
  8. Sender: news@sdcc12.ucsd.edu
  9. Organization: University of California, San Diego
  10. Lines: 52
  11. Nntp-Posting-Host: sdcc3.ucsd.edu
  12.  
  13. In article <1992Jul20.094659.10941@chicco.sea.sublink.org> ugo@chicco.sea.sublink.org (Ugo Cei) writes:
  14. +First of all I would like to thank all the kind people that answered
  15. +my query, in particular Douglas Kemp who sent me the FAQ list. I have
  16. +now downloaded from hermit most of the OSK and TOP directories, but
  17. +haven't been able to use none of the executable programs I got. Every
  18. +program I tried gives me the following error message:
  19. +
  20. +Shell: can't execute "J". Error #000:216
  21.  
  22. It's the old 'shell is smart enough to recognize that it cant
  23. execute 'J' as a script command, but too stupid to try 'exec'-ing it
  24. as a real live binary module'.
  25.  
  26. The fix is to use the 'attr' function to mark the file as
  27. 'executable', and in some cases use the 'load' function as in:
  28.  
  29. $ load -d recalcitrantFile
  30. $ recalcitrantFile ....
  31.  
  32. There are several hot buttons of the things provided by Mw which
  33. cause me to issue the 'shame on you' line, the standard 'shell' is
  34. one of them. But now for a 'small' fee, you can have Mshell which
  35. has some fancy features (I don't know if the noticing that a file
  36. with the module header is in fact a binary executable, and runing it
  37. accordingly is one of them).
  38.  
  39. I don't know if the 'TOPS' offering has a better one. I've
  40. tried to stick to the standard OS-9 tools, since I have customers
  41. who will be asking questions relative to those tools.
  42.  
  43. >
  44. >What am I missing or doing wrong ? I put the executables in my CMDS
  45. >directory or in /dd/CMDS and give them execution and read permission,
  46. >but I can't understand what is going on.
  47. >
  48. >Also, I found very little documentation about installing the TOP
  49. >package. Is it sufficient to copy its directory structure to my hard
  50. >disk and if so, where under ? Should I run startup.top to init it ?
  51. >
  52. >    Thanks a lot again,
  53. >                Ugo
  54. >
  55. >-- 
  56. >Ugo Cei
  57. >S.E.A Srl - C.so Strada Nuova, 112 - 27100 Pavia (Italy)
  58. >Phone: +39.382.538.021  Fax: +39.382.538.023  E-mail: ucei@sea.sublink.org
  59.  
  60.  
  61. -- 
  62.  
  63. John Clark
  64. jclark@ucsd.edu
  65.