Ho un file di testo A.txt
Pinging [xx.xx.xx.xx] with 32 bytes of data:
Request timed out.
Ping statistics for xx.xx.xx.xx:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss)
Vorrei copiare le prime 2 righe di questo file in un altro file B.txt, ad es.
Pinging [xx.xx.xx.xx] with 32 bytes of data:
Request timed out.
So che posso usare FOR / F per scorrere le righe nel file. So come saltare le prime due righe, ma non solo leggerle. Ho anche provato a farlo usando FOR / F con un DO ECHO e il comando FIND relativo e anche un comando FINDSTR diretto (in entrambi i casi cercando "Pinging" e "Request") ma non riesco a far funzionare correttamente.