Launch application

L

Lafoopsie

I want to launch an application from my C++ application.
For example the java appletviewer with the command "appletviewer test.html"
How can I do this?

Thx!
 
R

Rolf Magnus

Lafoopsie said:
I want to launch an application from my C++ application.
For example the java appletviewer with the command "appletviewer
test.html" How can I do this?

#include <cstdlib>

int main()
{
std::system("appletviewer test.html");
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,813
Messages
2,569,699
Members
45,490
Latest member
AutumnGotc

Latest Threads

Top