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
- netsh
- Eclipse
- bash
- Source
- ssh
- tomcat
- 네트워크
- profile
- JavaScript
- port
- context
- find
- Windows 10
- grep
- import
- xargs
- lsof
- maVen
- plugin
- Quartz
- GIT
- IntelliJ
- 줄바꿈 문자
- 단축키
- Windows
- web.xml
- resource
- vscode
- VirtualBox
- Mac
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