Hi, I want to record telnet-output from a network-device via plink for at least 24 hours. Unfortunately plink closes the connection forcibly after 10 minutes and if I restart it via task scheduled it overwrites the old file again and again and again. That's my batch-file: plink -load strom -telnet 10.0.0.102 > bose.txt Could you please help me to manage unlimited recording to txt-file ? BR Gor