Re: Problem with System.Diagnostics.Process
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Wed, 01 Apr 2009 15:30:53 -0700
On Wed, 01 Apr 2009 14:51:01 -0700, M1iS <M1iS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Vague? I’m not sure how I can be any more specific,
Well, for one, you have no provided any information about what's "different" between the scenario that works and the one that doesn't. You wrote about "extra output information", but you've only provided output from one execution; there's no way for us to know what's "extra" there.
It would also help if you would write parseable English sentences. For example, what does "...is info related to the conversion that didn't use show up" supposed to mean? In particular, "that didn't use show up" isn't a meaningful combination of those words.
I’ve given the command
line arguments that I’m using and the output in the command window and the
code that I’ve used to try and automate this. Unfortunately the Process
object doesn’t give me any useful information about what is going wrong, it
just fails with no indication of why. What else can I do?
You could also explain what "fails" means. What "fails" In what way does it "fail"? If you know it "fails", there must be some observable effect that allows you to know that. What is that effect?
And again like I said before when I run the exact command line manually
(that I’ve copied right out my code) it works like it is supposed to and
outputs a converted video so there is definitely nothing wrong with command
line arguments.
You could also provide a concise-but-complete code example that demonstrates _exactly_ the scenario that works and the one that doesn't. You can claim that the only thing you've changed is something in the command line, but the fact is, if that's all you've changed then there most certainly is something wrong with the command line arguments.
So, either that's not all you've changed, or there is something wrong with it, in spite of your claim to the contrary. Either way, without the actual code, no one can comment on what might be wrong.
Pete
.
- References:
- Problem with System.Diagnostics.Process
- From: M1iS
- Re: Problem with System.Diagnostics.Process
- From: M1iS
- Re: Problem with System.Diagnostics.Process
- From: Peter Duniho
- Re: Problem with System.Diagnostics.Process
- From: M1iS
- Re: Problem with System.Diagnostics.Process
- From: Peter Duniho
- Re: Problem with System.Diagnostics.Process
- From: M1iS
- Problem with System.Diagnostics.Process
- Prev by Date: Re: Problem with System.Diagnostics.Process
- Next by Date: Big PICA
- Previous by thread: Re: Problem with System.Diagnostics.Process
- Next by thread: Re: Problem with System.Diagnostics.Process
- Index(es):
Relevant Pages
|