This is a Hardware specific function. It is not implemented in the Compiler.
#include <string.h>
int system(const char *cmd);
system() executes the cmd command line
Zero