Click here to Skip to main content
15,924,829 members
Home / Discussions / C#
   

C#

 
QuestionStarting a command-line process can be started to execute another process in a window based application Pin
mjamilanwar18-Jun-07 22:44
mjamilanwar18-Jun-07 22:44 
AnswerRe: Starting a command-line process can be started to execute another process in a window based application Pin
Colin Angus Mackay18-Jun-07 22:50
Colin Angus Mackay18-Jun-07 22:50 
AnswerRe: Starting a command-line process can be started to execute another process in a window based application Pin
Pete O'Hanlon19-Jun-07 1:05
mvePete O'Hanlon19-Jun-07 1:05 
QuestionHow a command-line process can be started to execute another process in a window based application Pin
mjamilanwar18-Jun-07 22:41
mjamilanwar18-Jun-07 22:41 
AnswerRe: How a command-line process can be started to execute another process in a window based application Pin
MidwestLimey19-Jun-07 9:25
professionalMidwestLimey19-Jun-07 9:25 
QuestionC# and serial Comm input how to? Pin
mercenary0118-Jun-07 22:33
mercenary0118-Jun-07 22:33 
AnswerRe: C# and serial Comm input how to? Pin
Sylvester george18-Jun-07 22:39
Sylvester george18-Jun-07 22:39 
QuestionHow starta command line process in a window based application Pin
mjamilanwar18-Jun-07 21:30
mjamilanwar18-Jun-07 21:30 
Hello all,
I'm stuck with the problem of starting a command line process in C#. There is an application called "HtmlAsText.exe" that converts HTML file into Text file. It is a window based application that can be run on command line as well like,

C:> E:\HtmlAsText.exe /run "E:\Application\config.cfg"

This is the option provided with this application to run on command line, otherwise bydefault it is window based application. "config.cfg" is configuration file that is used to tell the application about the location and name of the file. It works fine if we run it on command line but i dont know how to write in C#. these are the steps

1) start a comand-line process
2) feed file path
3) feed switch i.e /run and
4) then provide configuaratiuon file path

i want every thing to be done in hidden form and just require output file generated to use it further in my application

Jamil Anwar
AnswerRe: How starta command line process in a window based application Pin
Colin Angus Mackay18-Jun-07 21:42
Colin Angus Mackay18-Jun-07 21:42 
Questionhow can read webpage text using my window application Pin
Rohituappu18-Jun-07 21:18
Rohituappu18-Jun-07 21:18 
AnswerRe: how can read webpage text using my window application Pin
Christian Graus18-Jun-07 21:37
protectorChristian Graus18-Jun-07 21:37 
GeneralRe: how can read webpage text using my window application Pin
Rohituappu18-Jun-07 21:50
Rohituappu18-Jun-07 21:50 
Questionhow to get the value of date range ? Pin
danielwinata18-Jun-07 21:06
professionaldanielwinata18-Jun-07 21:06 
AnswerRe: how to get the value of date range ? Pin
Fatbuddha 118-Jun-07 21:20
Fatbuddha 118-Jun-07 21:20 
GeneralRe: how to get the value of date range ? Pin
Colin Angus Mackay18-Jun-07 21:44
Colin Angus Mackay18-Jun-07 21:44 
GeneralRe: how to get the value of date range ? Pin
danielwinata18-Jun-07 21:49
professionaldanielwinata18-Jun-07 21:49 
GeneralRe: how to get the value of date range ? Pin
Fatbuddha 118-Jun-07 22:07
Fatbuddha 118-Jun-07 22:07 
GeneralRe: how to get the value of date range ? Pin
lmoelleb18-Jun-07 22:14
lmoelleb18-Jun-07 22:14 
GeneralRe: how to get the value of date range ? Pin
PIEBALDconsult19-Jun-07 5:30
mvePIEBALDconsult19-Jun-07 5:30 
QuestionGet text of textbox from any other website Pin
Rohituappu18-Jun-07 20:48
Rohituappu18-Jun-07 20:48 
AnswerRe: Get text of textbox from any other website Pin
Christian Graus18-Jun-07 20:57
protectorChristian Graus18-Jun-07 20:57 
AnswerRe: Get text of textbox from any other website Pin
N a v a n e e t h18-Jun-07 21:02
N a v a n e e t h18-Jun-07 21:02 
GeneralRe: Get text of textbox from any other website Pin
atulonweb@hotmail.com18-Jun-07 22:54
atulonweb@hotmail.com18-Jun-07 22:54 
QuestionSystem.InvalidOperation.Exception Pin
sathyanarayanan_v0418-Jun-07 20:43
sathyanarayanan_v0418-Jun-07 20:43 
Questionhi , How to get MouseButton Event in C#? Pin
CodeVarma18-Jun-07 20:27
CodeVarma18-Jun-07 20:27 

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.