Window

[Window] Batch File %~d0\%~p0의미

개쿠 2022. 3. 4. 20:59
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
반응형