M
Mrinal
Hi Tobin ,
Well i am not very sure , how much will this help you out :
1. You want to create a better Command Prompt , may be with some extra
facilities / customiztion , then :
a. Why do you want to call standard cmd.exe via process class ? - since in
that case you will be getting nothing more than standard command
prompt .
b. When you start a process using Process class , it will essentially be a
separate process , you won't be able to communicate without creating a proxy
..
I think if you want to create a Better command prompt , you can look out for
some API's , that you can access to acheive the task or some class to
inherit from to just override the standard methods and getting the work done
..
i will see if i can get some relevant information and will pass it on .
thanks ,
Mrinal
Well i am not very sure , how much will this help you out :
1. You want to create a better Command Prompt , may be with some extra
facilities / customiztion , then :
a. Why do you want to call standard cmd.exe via process class ? - since in
that case you will be getting nothing more than standard command
prompt .
b. When you start a process using Process class , it will essentially be a
separate process , you won't be able to communicate without creating a proxy
..
I think if you want to create a Better command prompt , you can look out for
some API's , that you can access to acheive the task or some class to
inherit from to just override the standard methods and getting the work done
..
i will see if i can get some relevant information and will pass it on .
thanks ,
Mrinal