home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12874 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  954 b 

  1. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 1.2, 1.3, and 2.0 question
  5. References: <64890@cup.portal.com>
  6. Message-ID: <paulk.1av6@terapin.com>
  7. Date: 30 Aug 92 02:23:32 PST
  8. Organization: BBS
  9. Lines: 11
  10.  
  11. > The problem appears that under 2.0 I do not have a problem running
  12. > the programs this way(i.e. Execut("program",0,0); ) People have
  13. > reported they do not run(guru, lockups, inconsistant behavior)
  14. > under 1.3.  I am using Execute, not System.
  15.  
  16. Maybe the programs being run are opening "*".  If this does not
  17. produce a valid filehandle, blooey.  2.0 may have better defenses
  18. than 1.3 did.  Workaround: put the fh_Type value of a valid
  19. filehandle in your process's pr_ConsoleTask field -but NOT a
  20. filehandle made by opening NIL:.  The NULL: handler can be used to
  21. discard output to "*" this way.
  22.