// system - execute a shell command #include int system(const char *command); char tmp[81]; sprintf(tmp, "caput %s_BO %d &", epics_name, 0); system(tmp); printf("%s\n",tmp);