From mint-bounce@lists.fishpool.fi Tue Aug 19 18:33:18 2008 Message-ID: <20080820002814.12931r0t2n8hrsam@webmail1.utbm.fr> Date: Wed, 20 Aug 2008 00:28:14 +0200 From: "Olivier.Landemarre@utbm.fr" To: mint@lists.fishpool.fi Subject: Re: [MiNT] SV: toswin2 call References: <31028965.2305511219096169536.JavaMail.adm-moff@moffice10.nsc.no> In-Reply-To: <31028965.2305511219096169536.JavaMail.adm-moff@moffice10.nsc.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: Olivier.Landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Hello >> >> Does someone know if it is possible to send a message to toswin2 to >> launch a new tos software (it should! but VA_START or VA_STARTPRG >> looks not have any effect). What should I do? I not understand source >> code of toswin2. > > See twcall.c. It sends a message TWSTART to Toswin2, which initiates > some sort of D&D session. VA_START only accept one parameter IIRC, > it will start the default shell when you send the string "-". Ok I have see and it's look quite complicated for simple run tos software by an other application. I just add simple VA_START run, it is possible pass arguments and have path with white space if use "filename.tos" "arguments", it run too without quota but here filename with space are not possible. I have test it it look work fine > > Jo Even > Thanks Olivier