Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to run an external application on a different computer from MATLAB
Date: Wed, 18 Jun 2008 12:42:01 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 16
Message-ID: <g3avqp$5bu$1@fred.mathworks.com>
References: <g393l6$mg0$1@fred.mathworks.com> <g3aufl$l7g$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1213792921 5502 172.30.248.37 (18 Jun 2008 12:42:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 18 Jun 2008 12:42:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:474428



"Hema ":
<SNIP ML isn't good enough...

> Is there a dos command that will allow me to call a 
program and run it on a different computer...

a hint:

     help system;
% note: these two run on either system despite their names
     help unix;
     help dos;
% -and-
     help punct; % then look for <!>

us