Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem :: displays the first lines of a file in one line.
- rem :: can be pasted directly in command prompt
- rem :: will show also the empty lines unlike the FOR /F loop.
- break>"%temp%\empty"&fc "%temp%\empty" "<FILE>" /lb <LINES> /t |more +4 | findstr /B /E /V "*****"
- ::
- :: by Vasil "npocmaka" Arnaudov
- ::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement