Ejemplo: ejecutar un comando en cmd con c
//C library statement
#include <stdlib.h>
//Driver program
int main(void)
{
//The C command to run a command in cmd
system("Your command here");
}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)