@echo off

REM Creating a Newline variable (the two blank lines are required!)
set NLM=^


set NL=^^^%NLM%%NLM%^%NLM%%NLM%
REM Example Usage:
echo.%NL%|plink ...


:: plink muss natürlich im Suchpfad liegen oder komplett mit Pfad aufgerufen werden!
:: ... ist ein Platzhalter für die Parameter, die du an plink übergeben willst.
