728x90
반응형
%~d0\%~p0의미
Batch File Path : D:\Batch\test.bat
| 명령어 | 설명 | 경로 |
| %0 | Full Path | D:\Batch\test.bat |
| %~d0 | Drive name | D: |
| %~p0 | Path | \Batch |
| %~n0 | File Name | test |
| %~x0 | Extension | .bat |
| %~dp0 | Drive & Path | D:\Batch\ |
| %~d0\%~p0 | Drive & Path | D:\\Batch\ |
bat파일 실습
1. bat 실행 파일 위치 : D:\Batch\test.bat

2. bat 파일 소스

3. bat 실행 화면

728x90
반응형
'Window' 카테고리의 다른 글
| [Window11] WSL2 + Ubuntu + Node.js + Python 개발 환경 한 번에 세팅하기 (0) | 2025.09.30 |
|---|---|
| [Window] 부팅시 프로그램 자동실행 설정 (0) | 2022.01.19 |