Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfelg!koren From: koren@hpfelg.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.tech Subject: Re: Execute -- What does it always return -1? Message-ID: <13920044@hpfelg.HP.COM> Date: 9 Feb 90 00:00:49 GMT References: <541@qusunb.queensu.CA> Organization: HP Elec. Design Div. -FtCollins Lines: 13 > > success = Execute ("callee",0,0); ^^^^^^ > The first argument to Execute() is the filename of an executable in your > command path. In this code "callee" is a function name inside the code. I think Ian mant that "callee" was compiled ito a separate executable in the path. In any case, I think that the reason Execute() doesn't return the proper value is that it's busted. There are a few other problems with Execute() as well. Arp's SyncRun() command seems to work just fine, though,so you can use that until Excute() is fixed (in 1.4? please??) - steve