Re: Re: Calling .exe with Arguments - Run[] Issue
- To: mathgroup at smc.vnet.net
- Subject: [mg66074] Re: [mg66048] Re: Calling .exe with Arguments - Run[] Issue
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Fri, 28 Apr 2006 06:33:31 -0400 (EDT)
- References: <e2ppk1$t2i$1@smc.vnet.net> <200604270936.FAA03754@smc.vnet.net> <4450BD11.4080601@gmail.com> <acbec1a40604271107x2c3ee489xc500d0fb5eeb158d@mail.gmail.com> <445142E5.2090109@gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Dear Shyam Guthikonda, (cool name. what country are you from? I'm from the USA) Your notebook is a little confusing to me, so I erased it and rewrote it. Also, I haven't yet run your executable. I did make a bat file with a similar name and tested that. I suspect your program might be changing its own exit status to 1 after being called correctly - it's hard to say because I don't know if your program pauses for user input. Take a look at the notebook and batch file. (you're looking for mg66048.* and finalproject.bat) http://chris.chiasson.name/Mathematica/ or just have the server guess for you http://chris.chiasson.name/Mathematica/mg66048 Email if you need help. Good day. On 4/27/06, Shyam Guthikonda <shyamguth at gmail.com> wrote: > I created a small example notebook to show the problem. I uploaded > everything to my webspace. Download it here: > http://www.shyammichael.com/runProblem.zip > > I included the .exe. I put comments in each notebook cell showing the > problem. Run it from top down. > > Thanks for taking the time to look at this. I've very interested to hear > what the problem might be. > > _Shyam > > Chris Chiasson wrote: > > If you would like to, send your notebook to me and I will take a look > > at it. In the past, I have created a Mathematica script that > > repeatedly runs an executable to collect data - so I have some idea of > > what to do. > > > > On 4/27/06, Shyam Guthikonda <shyamguth at gmail.com> wrote: > > > >> Chris Chiasson wrote: > >> > >>> InputForm is a function that affects printing. It does not return a > >>> string. Try leaving it out > >>> > >> Nope, I've tried it by manually entering both strings. I've tried > >> putting them as a single parameter in Run[] separated by a space. I've > >> tried putting them in 2 parameters in Run[], allowing Run[] to add the > >> space. As soon as I add even one \" to the 2nd parameter the same > >> behavior occurs. > >> > >> Quite odd... > >> > >> _Shyam > >> > >> > > > > > > -- > > http://chris.chiasson.name/ > > > > > > -- http://chris.chiasson.name/
- Follow-Ups:
- Re: Re: Re: Calling .exe with Arguments - Run[] Issue
- From: Shyam Guthikonda <shyamguth@gmail.com>
- Re: Re: Re: Calling .exe with Arguments - Run[] Issue
- References:
- Re: Calling .exe with Arguments - Run[] Issue
- From: "Chris Chiasson" <chris.chiasson@gmail.com>
- Re: Calling .exe with Arguments - Run[] Issue