Call system command from C/C++ program


Basically there 2 methods to do this, i think. The first is to use function “system(“dir”)”, and it is defined in the file stdlib.h.

The second method is use exec… family functions, that is, function exec with e, l, v, p suffix. See http://msdn2.microsoft.com/en-us/library/431x4c1w(VS.80).aspx for more information.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s