Skip to content

Instantly share code, notes, and snippets.

@JubbaSmail
Created November 13, 2014 11:21
Show Gist options
  • Select an option

  • Save JubbaSmail/0760793dc458283ab8ef to your computer and use it in GitHub Desktop.

Select an option

Save JubbaSmail/0760793dc458283ab8ef to your computer and use it in GitHub Desktop.
@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