Hello all, I have a question about aborting a file transfer from a script. Is at all possible?? I currently have two scripts running doing multiple connections between two modems. After each connection, the script will upload a file from one modem to the other. Then it will handup and do the same over and over again. The problem I am seeing is that on some connections, the Zmodem protocol will receive a bad-CRC. The receiving side will time-out and abort the file transfer on it's own but the transmitting side sits there waiting forever. Is there a way that I can put a timer here so that if the timer reaches above some value to abort the file transfer from the transmitting side? Thanks in advance...