Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 834 Bytes

File metadata and controls

20 lines (14 loc) · 834 Bytes
description Learn more about: system Function
title system Function
ms.date 11/04/2016
helpviewer_keywords
system function
ms.assetid 0786ccdc-20cd-4d96-b3d8-3230507c3066

system Function

ANSI 4.10.4.5 The contents and mode of execution of the string by the system function

The system function executes an internal operating system command, or an .EXE, .COM, .CMD, or .BAT file from within a C program rather than from the command line.

The system function finds the command interpreter, which is typically CMD.EXE in the Windows operating system. The system function then passes the argument string to the command interpreter.

For more information, see system, _wsystem.

See also

Library Functions