반응형
IF NOT EXIST "$(SolutionDir)el" copy "$(SolutionDir)el" "$(OutputPath)"
if not exist "$(OutputPath)el" mkdir "$(OutputPath)el"
if exist "$(OutputPath)el" xcopy /e/h/k "$(SolutionDir)el" "$(OutputPath)el"
$(OutputPath) : 해당 매크로는 다를 수 있음.
반응형
'CS > 개발환경' 카테고리의 다른 글
Epoch time(에포크 타임)에 대하여 (0) | 2024.05.12 |
---|---|
[IOS] Unable to boot simulator 해결 방법 (0) | 2024.05.12 |
[GIT] git log export 명령어 (0) | 2022.04.11 |
[visual studio] Dump 사용 방법 (0) | 2021.11.04 |
http 에러코드 (0) | 2021.10.08 |
댓글