Windows-bat-Path
时间:2020-07-10 09:23:13
收藏:0
阅读:65
Windows-bat-Path
@echo off
echo 当前盘符:%~d0
echo 当前路径:%cd%
echo 当前执行命令行:%0
echo 当前bat文件路径:%~dp0
echo 当前bat文件短路径:%~sdp0
pause
评论(0)