Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:57
sitebuilderLuc Pattyn11-May-07 12:57 
QuestionScrollbar Pin
ikily11-May-07 11:19
ikily11-May-07 11:19 
QuestionC# web service and memory space Pin
LCI11-May-07 9:53
LCI11-May-07 9:53 
QuestionExtracting text from an embedded browser control Pin
EPallis11-May-07 9:16
EPallis11-May-07 9:16 
Questioncalling parent MDI control througth control on child form Pin
Neo_Shehpar11-May-07 8:25
Neo_Shehpar11-May-07 8:25 
AnswerRe: calling parent MDI control througth control on child form Pin
Abisodun11-May-07 14:53
Abisodun11-May-07 14:53 
QuestionHow to bind ArrayList with DataGridView ? Pin
Harminder Singh11-May-07 8:20
Harminder Singh11-May-07 8:20 
Questionhow to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 7:38
pnpfriend11-May-07 7:38 
Hi I would like write the function that does the same behavior of following C++ code. I tried to use the Process but I am sure I'm using it in worng way. Would you please guid me to the correct way to run the simple cmdLine?
This is the way I use the Process and it opens the winzip application and does nothing.

//progName = "c:\program files\winzip\winzip.exe"
System.Diagnostics.Process.Start(progName, cmdLine);


CString cmdLine;
cmdLine.Format("wzunzip -d -o \"%s\" \"%s\"",fileName,folder);// setting command line
System(cmdLine); //where cmdLine = "unzip "c:\a.zip" "c:\extractedfiles"


Thank you.
AnswerRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 7:52
mentorGiorgi Dalakishvili11-May-07 7:52 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 8:23
pnpfriend11-May-07 8:23 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 8:28
mentorGiorgi Dalakishvili11-May-07 8:28 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:11
pnpfriend11-May-07 9:11 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:16
mentorGiorgi Dalakishvili11-May-07 9:16 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:50
pnpfriend11-May-07 9:50 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:56
mentorGiorgi Dalakishvili11-May-07 9:56 
QuestionMath Question Pin
Mark0611-May-07 7:28
Mark0611-May-07 7:28 
AnswerRe: Math Question Pin
Miszou11-May-07 7:34
Miszou11-May-07 7:34 
GeneralRe: Math Question Pin
Mark0611-May-07 7:40
Mark0611-May-07 7:40 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:08
Kevin McFarlane11-May-07 12:08 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:20
Kevin McFarlane11-May-07 12:20 
GeneralRe: Math Question Pin
Daniel Grunwald12-May-07 9:11
Daniel Grunwald12-May-07 9:11 
GeneralRe: Math Question Pin
Kevin McFarlane12-May-07 10:40
Kevin McFarlane12-May-07 10:40 
GeneralRe: Math Question Pin
Daniel Grunwald13-May-07 2:42
Daniel Grunwald13-May-07 2:42 
GeneralRe: Math Question Pin
Kevin McFarlane13-May-07 4:59
Kevin McFarlane13-May-07 4:59 
GeneralRe: Math Question [modified] Pin
Daniel Grunwald13-May-07 5:51
Daniel Grunwald13-May-07 5:51 

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.