Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.05 KB

system-function.md

File metadata and controls

28 lines (24 loc) · 1.05 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
system Function | Microsoft Docs
11/04/2016
cpp-language
article
C++
system function
0786ccdc-20cd-4d96-b3d8-3230507c3066
7
mikeblome
mblome
ghogen

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 in Windows NT) 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 NT operating system or COMMAND.COM in Windows. The system function then passes the argument string to the command interpreter.

For more information, see system, _wsystem.

See Also

Library Functions