Click to See Complete Forum and Search --> : files


August 21st, 1999, 05:37 PM
Hello,
I am a beginner and I was wondering whether there was any way to call an already compiled file with my program, i mean is there is anyway to call any windows application with my programm, how do I do it?
Thank you , mail me please tennesse@cybercable.fr

Russell
August 21st, 1999, 05:55 PM
Try looking up ShellExecute or ShellExecuteEx in windows help to see if this is what you are looking for.

Regards,
Russell

kishk91
August 21st, 1999, 11:35 PM
you can use WinExec() too..