Re: external dos control problem
- From: sy <sanborne@xxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 09:57:34 -0400
Arthur Lewis-Nunes wrote:
>
>
> I am using a shell escape (!) to give control to the operating
> system
> in order to run an executable. When the data file on which the
> executable performs its operation is specified in that line, the
> system interprets the whole line, including file path, as a command
> and returns an error message ("C:\filepath\st.exe filename.dat" is
> not a recognised internal or external command... or something
> similar). The same command line in the command prompt environment
> works as expected.
>
> The offending line reads:
> ! "C:\filepath\st.exe filename.dat
>
> Any help would be gratefully recieved
Did you try to add the directory that contains your executable to the
windows path? Otherwise you could move the executable to your Matlab
working directory.
SY
.
- Follow-Ups:
- Re: external dos control problem
- From: Micah Richert
- Re: external dos control problem
- References:
- external dos control problem
- From: Arthur Lewis-Nunes
- external dos control problem
- Prev by Date: Re: Hardware driver on xPC Target
- Next by Date: Re: location of m-file for Simulink callback function
- Previous by thread: external dos control problem
- Next by thread: Re: external dos control problem
- Index(es):
Relevant Pages
|