Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermanussen/627ddab4615cd482d756f4b712fdb58d to your computer and use it in GitHub Desktop.
Save hermanussen/627ddab4615cd482d756f4b712fdb58d to your computer and use it in GitHub Desktop.
@echo off
set logFolderPath=[path to your logs folder with ending backslash]
for /f “tokens=*” %%a in (‘dir %logFolderPath%log.*.txt /b /od’) do set newest=%%a
start baretail.exe “%logFolderPath%%newest%”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment