Run external executable file in C++
Managed C++/CLI
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, read up on the Process class. Simple stuff can be handled in a Process.Start() statement; more complexe requirements need details stored in a ProcessStartInfo objects first. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.