| Author |
Comment/Response |
Kerim Odekon
|
03/06/03 4:49pm
Hi, I'm trying to call a program via mathematica using the Run function. The first part is where the program is, the second part consists of parameters for the program. If I just type this in via the Dos-Window it works fine, so there isn't anything wrong with the paths or parameters. When I run this, I get the error message c:\winnt\cmd.exe - the system cannot find the file specified.
fragargs="C:\lucmodel\ex3.dat C:\lucmodel\ex3 100 0 2 32 32 <NONE> 2 w_file.txt 2 d_file.txt 0 n 0 n y y";
Run["C:\lucmodel\Fragstats\Fragstat.exe",fragargs];
any help would be appreciated
URL: , |
|