Click here to Skip to main content
15,794,202 members
Home / Discussions / C#
   

C#

 
QuestionC# process question Pin
rachel_m13-Sep-12 9:13
rachel_m13-Sep-12 9:13 
AnswerRe: C# process question Pin
Wes Aday13-Sep-12 9:19
professionalWes Aday13-Sep-12 9:19 
AnswerRe: C# process question Pin
wizardzz13-Sep-12 11:03
wizardzz13-Sep-12 11:03 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 11:24
rachel_m13-Sep-12 11:24 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 11:28
wizardzz13-Sep-12 11:28 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 12:02
rachel_m13-Sep-12 12:02 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 12:47
wizardzz13-Sep-12 12:47 
AnswerRe: C# process question Pin
Alan N13-Sep-12 13:45
Alan N13-Sep-12 13:45 
You should forget about using Process.Start for the moment and make sure that you understand how the second application behaves when run manually in a command window.

Hopefully after typing in the correct command line, the application will run and then exit. If the running application requires user interaction, e.g. "Press a key to exit", then it may be a poor candidate for automation via Process.Start.

If the manual run is ok can you post the code used to initialise the Process object.

Alan.
GeneralRe: C# process question Pin
rachel_m14-Sep-12 7:54
rachel_m14-Sep-12 7:54 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 9:09
rachel_m14-Sep-12 9:09 
AnswerRe: C# process question Pin
PIEBALDconsult13-Sep-12 15:08
professionalPIEBALDconsult13-Sep-12 15:08 
QuestionHas anyone built a wrapper for PSexec? Pin
turbosupramk313-Sep-12 8:05
turbosupramk313-Sep-12 8:05 
AnswerRe: Has anyone built a wrapper for PSexec? Pin
Ravi Bhavnani14-Sep-12 3:29
professionalRavi Bhavnani14-Sep-12 3:29 
GeneralRe: Has anyone built a wrapper for PSexec? Pin
turbosupramk314-Sep-12 6:29
turbosupramk314-Sep-12 6:29 
Questionentity framework connection objects Pin
George Nistor13-Sep-12 5:33
George Nistor13-Sep-12 5:33 
AnswerRe: entity framework connection objects Pin
Ingo13-Sep-12 7:00
Ingo13-Sep-12 7:00 
GeneralRe: entity framework connection objects Pin
George Nistor14-Sep-12 2:15
George Nistor14-Sep-12 2:15 
GeneralRe: entity framework connection objects Pin
Ingo14-Sep-12 2:23
Ingo14-Sep-12 2:23 
QuestionMDI Parent in C# Pin
Zeyad Jalil12-Sep-12 23:41
professionalZeyad Jalil12-Sep-12 23:41 
AnswerRe: MDI Parent in C# Pin
Ingo12-Sep-12 23:49
Ingo12-Sep-12 23:49 
GeneralRe: MDI Parent in C# Pin
Zeyad Jalil12-Sep-12 23:58
professionalZeyad Jalil12-Sep-12 23:58 
AnswerRe: MDI Parent in C# Pin
Ingo13-Sep-12 2:04
Ingo13-Sep-12 2:04 
GeneralRe: MDI Parent in C# Pin
BobJanova13-Sep-12 5:31
BobJanova13-Sep-12 5:31 
AnswerMessage Closed Pin
13-Sep-12 4:09
Albarhami13-Sep-12 4:09 
AnswerRe: MDI Parent in C# Pin
Ingo13-Sep-12 5:15
Ingo13-Sep-12 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.