Created
August 19, 2019 09:56
-
-
Save alkuzad/b2e3f321104f700b6dacaa89775b9e57 to your computer and use it in GitHub Desktop.
Set title for windows console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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