How do you execute...
How can you execute one program from another?
I mean, like there''re functions to rename files and move files, but how do you run them?
hi,
windows:
int system( const char *command );
call system("rename old.xxx new.xxx");
windows:
int system( const char *command );
call system("rename old.xxx new.xxx");
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement