Click here to Skip to main content
15,905,233 members

Comments by Eng Tahlil (Top 8 by date)

Eng Tahlil 2-Mar-16 8:08am View    
I will try
Eng Tahlil 2-Mar-16 7:32am View    
thanks W∴ Balboos. it only shows how to run an app; but I want to pass the app a file path so that it opens after it is launched.

thanks.
Eng Tahlil 2-Mar-16 7:30am View    
what do I have to do if notepad is not associated with the file
Eng Tahlil 2-Mar-16 7:29am View    
thanks gentleman; but the file I want the NOTEPAD to open is not associated to notepad. it is associated to no program in my PC.

what do I have to do, then?
Eng Tahlil 1-Mar-16 5:14am View    
Hello guys.

after a couple of days of hard work;
I managed to rewrite the application in C.

but I have only one problem; it is just one line of code which is:

Process.Start(@"rv\RadiAntViewer.exe",'\"'+ fname+'\"');

which is:
Process.Start(@"path of the application to run.exe","path of the file to open");

SO, CAN ANY ONE HELP ME WITH THAT (to convert that C# statement to an equivalent C statement?