Click here to Skip to main content
15,880,651 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# process question Pin
Wes Aday13-Sep-12 8:19
professionalWes Aday13-Sep-12 8:19 
AnswerRe: C# process question Pin
wizardzz13-Sep-12 10:03
wizardzz13-Sep-12 10:03 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 10:24
rachel_m13-Sep-12 10:24 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 10:28
wizardzz13-Sep-12 10:28 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 11:02
rachel_m13-Sep-12 11:02 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 11:47
wizardzz13-Sep-12 11:47 
AnswerRe: C# process question Pin
Alan N13-Sep-12 12:45
Alan N13-Sep-12 12:45 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 6:54
rachel_m14-Sep-12 6:54 
I am going to run the application manually and let you know what I find out.

When I run the application from the console application, here is the code to get the application running:
  private static String strConsoleAppLocation = "C:\\temp\\Eclient.exe";
  private static String strEncryptedValue = "encrypt value"
  private static String strWebServiceurl = "https://test1/testWebService"; 
Process_Arguments = null;
Process eProcess1 = new Process();   
eProcess1.StartInfo.FileName = strConsoleAppLocation;
Process_Arguments = strEncryptedValue + " " + strWebServiceurl + " 10 " + SPkgID;
eProcess1.StartInfo.Arguments = Process_Arguments;
eProcess1.Start();

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

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.