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