cmd command with c
snippet in c
cmd command with c
user1588
//C library statement
#include <stdlib.h>
//Driver program
int main(void)
{
//The C command to run a command in cmd
system("Your command here");
}