Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <brunoluong@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Single instance application
Date: Wed, 14 Nov 2007 20:30:13 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 20
Message-ID: <fhflsl$dp2$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <brunoluong@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1195072213 14114 172.30.248.37 (14 Nov 2007 20:30:13 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 14 Nov 2007 20:30:13 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1184112
Xref: news.mathworks.com comp.soft-sys.matlab:437557



Hello,

I would like to compile and deploy a MATLAB stand-alone
application under Windows that:

- can be run only with a single instance,
- this unique instance will be brought to the foreground
whenever my application is called (or its associated fileis
clicked by the user),
- Successive command-line inputs must be captured by the
(single) instance (so that appropriate action will be
performed).

How can I do this?

Many thanks,

Bruno Luong