I have created a new project in xCode 2 that is a command line tool. Does anyone know how to issue command line commands from a c++ command line tool?
What I am trying to do is write a c++ command line tool that will issue the "zip -r" command and backup a set of files. My motives are just to learn how to issue command line commands from a c++ program.
Thanks,
Whit
What I am trying to do is write a c++ command line tool that will issue the "zip -r" command and backup a set of files. My motives are just to learn how to issue command line commands from a c++ program.
Thanks,
Whit