system("command %i",variable);
and it doesn't work. I try:
system(string);
and it still doesn't work. Any help would be appreciated.
Posted 06 February 2004 - 02:08 PM
system("command %i",variable);
system(string);
Posted 19 February 2004 - 06:19 AM
snake13, on Feb 6 2004, 02:08 PM, said:
system("command %i",variable);
system(string);
sprintf (string,"%s%s, c_path, c_program) result = system(commando);