2
I am using the type command to display a point log in the company, but it shows the contents of the entire log, only the last lines.
type C:\PASTA\LOG-TESTE.log
@echo off
pause
The | MORE parameter in the type command does not work for me because the user would have to scroll down the page using the keyboard to the last line.
Displaying Log with Note Pad using the 'start' command would not do as the user would have to scroll down to the last line to view the latest ones.
Some solution?
Okay, thanks for the help!
– Usuário