Hi!

I'm using nerocmd which is a command line for nero burning rom to burn certain files using System.Diagnostics.Process.Start ()

I'd like to know weather its possible to:
----------------------------------------
1. show the shell window as a control inside my application. if possible, it's even better to capture only the current bottom row of the shell window, and so to display progress text.

2. calculate the time to end the shell burn operation / amount of actions and so to create a progress bar of the shell command progress- I guess that's not so possible but I'm still wondering maybe...

any ideas how?