Path: news.daimi.aau.dk!not-for-mail From: Bo Normann Pedersen Newsgroups: comp.lang.beta Subject: Arguments to external processes Date: Mon, 14 Sep 1998 19:09:06 +0200 Organization: daimi.aau.dk Lines: 23 Message-ID: <35FD4DB2.42A13170@daimi.aau.dk> NNTP-Posting-Host: hadrian.daimi.aau.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: xinwen.daimi.aau.dk 905792978 2760 255.255.255.255 (14 Sep 1998 17:09:38 GMT) X-Complaints-To: news@daimi.aau.dk NNTP-Posting-Date: 14 Sep 1998 17:09:38 GMT X-Mailer: Mozilla 4.04 [en] (X11; I; IRIX 6.3 IP32) Xref: news.daimi.aau.dk comp.lang.beta:11697 I have run in to a little problem ! Say I wan't start a program 'fun' from my betaprogram, so I use the BETA-processmanager and I write something like this : OnMouseDown:: (# do (if DoubleClick then 'fun' -> mpgProcess.init; mpgProcess.start; if); #); Where the program 'fun' is placed in the same dir where I run my beta-program. Now I want to start the external program with an argument, fx 'fun Onthis'. How is that done. I can't seem to get it right from the procesmanager.bet file. I don't know what to write ! Thanks, Bo