Hi,

Please your help with the following:

I am capturing some information from a continuously reading and I am writing it into a Txt file.

Code:
 Quote:

SHELL '%COMSPEC% /c \\path\WinDump.exe -i 2 -q -t | find /i "length" > c:\text.txt'


How can I do for stop that capturing after past 1 minute using CTRL+C (not sendkeys) or using another way?

Thanks.