Skip to content

Instantly share code, notes, and snippets.

@alkuzad
Created August 19, 2019 09:56
Show Gist options
  • Save alkuzad/b2e3f321104f700b6dacaa89775b9e57 to your computer and use it in GitHub Desktop.
Save alkuzad/b2e3f321104f700b6dacaa89775b9e57 to your computer and use it in GitHub Desktop.
Set title for windows console
@echo off
for %%I in (.) do title %%~nxI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment