Hi Guru's

i have strucked while developing my project and need your help.

I want to show the real time processing result of any DOS command. Forexample if I run copy command over 200 files
[code]
Shell("cmd \c copy c:\umar\*.* c:\umar2\ ")
[\code]

I can get the whole result after complete execution of command, but i want the result in real time, mean show me files copy result as it shows when it execute from dos prompt and how can i terminate the command during copy, as we can do this on DOS prompt by pressing CTRL+C.

It is just an example to explain my query, actually I have some custom dos executeable file provided by my hardware vender which show the status of my hardware and these commands are still running untill i close dos window or press CTRL+C. I want a graphical control of such commnads, please reply.


cheers,

Umar