Here's a question for you tech geeks. I have a VB6 program that looks for a .txt file on a network drive. But recently this drive failed - which caused my program to hang up for a very long time. How can I reduce the wait in case the drive fails again? I'm using the DIR command to see if the file exists - and the program hung up for a long time before returning.