Created
November 13, 2014 11:21
-
-
Save JubbaSmail/0760793dc458283ab8ef to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| echo %time% | |
| echo %date% | |
| set hour=%TIME:~0,2% | |
| set min=%TIME:~3,2% | |
| set sec=%TIME:~6,2% | |
| echo Hour: %hour% | |
| echo Min: %min% | |
| echo Sec: %sec% | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment