Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- plugin
- Windows 10
- context
- 단축키
- bash
- 줄바꿈 문자
- maVen
- Eclipse
- Quartz
- Mac
- import
- resource
- JavaScript
- 네트워크
- profile
- IntelliJ
- grep
- netsh
- ssh
- web.xml
- VirtualBox
- lsof
- tomcat
- Windows
- find
- xargs
- Source
- GIT
- port
- vscode
Archives
- Today
- Total
develog
현재 시간 본문
cls
echo off
set yyyy=%date:~0,4%
set mm=%date:~5,2%
set dd=%date:~8,2%
set yyyymmdd=%yyyy%%mm%%dd%
set hh=%time:~0,2%
set mi=%time:~3,2%
set ss=%time:~6,2%
set hhmiss=%hh%%mi%%ss%
set now=%hhmiss%.%yyyymmdd%
echo %date%
echo %time%
echo %now%
'OS & Shell > Windows' 카테고리의 다른 글
[cmd] 날짜, 시간으로 폴더 생성 (0) | 2014.12.03 |
---|---|
[cmd] 날짜, 시간 출력 %date% %time% (0) | 2014.12.03 |
[Windows cmd] tasklist, taskkill (0) | 2013.09.05 |
windows 예약된 작업 command line 실행 (0) | 2013.06.18 |
c file write (0) | 2013.04.28 |
Comments