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
- find
- Windows
- VirtualBox
- tomcat
- resource
- bash
- ssh
- Mac
- JavaScript
- lsof
- IntelliJ
- plugin
- vscode
- context
- web.xml
- profile
- Eclipse
- 네트워크
- xargs
- 단축키
- import
- maVen
- Source
- GIT
- 줄바꿈 문자
- Quartz
- netsh
- Windows 10
- port
- grep
Archives
- Today
- Total
develog
[cmd] array loop 본문
@echo off
set dir1=ee
set dir2=bb
set dir3=cc
set list=(%dir1% %dir2% %dir3%)
for %%i in %list% do (
echo %%i
)
'OS & Shell > Windows' 카테고리의 다른 글
[cmd] backup.bat (0) | 2014.12.03 |
---|---|
[cmd] 함수 선언, 실행 (0) | 2014.12.03 |
[cmd] 폴더 copy (0) | 2014.12.03 |
[cmd] 주석 (0) | 2014.12.03 |
[cmd] 날짜, 시간으로 폴더 생성 (0) | 2014.12.03 |
Comments