I am in the middle of building a program to back up information simply by clicking a button. So far it works but I use the system command (I don't know of any other way right now)and it pulls up a separate window (CMD window). I would like to know how to show that data in a window or have CMD load in a window within the current window? Any ideas on how to accomplish this would be appreciated. I am also planning on adding a progress bar, so any ideas on that also are more than welcome.
Edit: This was originally in Windows programming but it has been a while and no response.