Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c execute shell command

#include <stdlib.h>

# int system(const char *command);

system("pwd");
 
PREVIOUS NEXT
Tagged: #execute #shell #command
ADD COMMENT
Topic
Name
2+8 =