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 | 31 |
Tags
- Eclipse
- Source
- context
- resource
- ssh
- profile
- IntelliJ
- xargs
- tomcat
- Windows
- netsh
- web.xml
- port
- Mac
- find
- lsof
- grep
- Quartz
- plugin
- vscode
- VirtualBox
- JavaScript
- bash
- 단축키
- Windows 10
- maVen
- GIT
- 줄바꿈 문자
- 네트워크
- import
Archives
- Today
- Total
develog
[cmd] 날짜, 시간으로 폴더 생성 본문
aa.bat
----------------------------------
set date2=%date%
set time2=%time%
set time2=%time2:~0,2%%time2:~3,2%%time2:~6,2%
set now=%date2% %time2%
set dir="%now%"
mkdir %dir%
'OS & Shell > Windows' 카테고리의 다른 글
[cmd] 폴더 copy (0) | 2014.12.03 |
---|---|
[cmd] 주석 (0) | 2014.12.03 |
[cmd] 날짜, 시간 출력 %date% %time% (0) | 2014.12.03 |
현재 시간 (0) | 2013.11.28 |
[Windows cmd] tasklist, taskkill (0) | 2013.09.05 |
Comments