From mint-bounce@lists.fishpool.fi Sun Mar 14 12:40:59 2010 Message-ID: <4B9D1137.1000809@freesbee.fr> Date: Sun, 14 Mar 2010 17:39:19 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] ARGV protocol References: <4da966f01003140923x2716e647k7432c4d4fb213c63@mail.gmail.com> In-Reply-To: <4da966f01003140923x2716e647k7432c4d4fb213c63@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Antivirus: avast! (VPS 100313-2, 13/03/2010), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o2EGewqX017505 Christos Tziotzis wrote: > The way I understand it I have to implement the ARGV protocol. If you use the MiNTLib, you don't have to worry about the ARGV protocol. The MiNTLib use it internally, even on plain TOS. Instead of using Pexec() to start the child programs, do: #include Then use one of the spawn* functions. > Also I suspect that tar, gunzip etc will not be ARGV compliant as child > processes. You are wrong: they are compliant, since they have been compiled with the MiNTLib :-) Enjoy. -- Vincent Rivière