I am using the shell command to run a dos command and return the information to a text file. The next lines of my code are looking for this data in the text file to be valid. Is there as easy way to make this shell process synchonous with the rest of the Visual Basic Program? So far investigating this I have only found one way of doing this which looks a bit over my head using the kernal32.dll to keep checkin to see if that proccess thread is still active. If anyone knows a way to do this please let me know. Thanks.
JR
JR