I'm Running a DOS Appl and i am redirecting the output to a file.

RetVal= Shell(BatFile, vbHide) ' run the bat

1) How do i close Dos appl??
2) How colud i know if my bat file is finished executing ?? (i want to read the output).


Regards