home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18111 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  826 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!uwvax!zazen!doug.cae.wisc.edu!pochanay
  2. From: pochanay@cae.wisc.edu (Adisak Pochanayon)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Error in AmigaDOS Execute() ???
  5. Message-ID: <1993Jan4.112435.29118@doug.cae.wisc.edu>
  6. Date: 4 Jan 93 17:24:35 GMT
  7. Sender: pochanay@cae.wisc.edu
  8. Organization: College of Engineering, Univ. of Wisconsin--Madison
  9. Lines: 7
  10.  
  11.  
  12.    I have been running into a problem with AmigaDos's Execute() function.
  13. It returns a non-zero value even when trying to Execute() a command that
  14. doesn't exist.  How do I get the actual return value and how do I find out
  15. if an error occured while using Execute().  According to the documentation,
  16. Execute() returns a NULL if unsuccessful.  I'd consider an inexistant command
  17. to be nonsuccessful???
  18.