hi :lol: friends
hey i need a help from ul..to complete my projects
can u tell me how to write a visual c#.net program to run an exe file to update its old version
u can run exe by this
add a namespace i.e.
System.Diagnostics
then write code
Process proc=new Process();
proc.StartInfo.FileName=exefilepath;
proc.StartInfo.Arguments=input;
proc.Start();
do you mean how do you run a program in visual compiler ... the black DOS like screen ....
well even i don't know how it runs there ... but i compile the program by using ...
csc program_name.cs
and i used to run it by typing
program_name
and hitting enter ... lol
but now it doesn't seem to work sheesh
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.