I'm trying to run a .exe file from a .c file. I've been looking at previous posts, and saw that one option was using this command:
Process.Start("c:\myTestFolder\myfile.exe")
However, I'm having trouble getting this to work. What type of libraries/sources do I need to include? and how do I initialize process and start?
what I'm hoping to have is
if(x=1){
"run program"
}
Thanks for any help,
steph
This post has been edited by Dark_Nexus: 24 August 2006 - 02:15 PM


Ask A New Question
Reply





MultiQuote







|