Windows-bat-Path
Posted yongchao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows-bat-Path相关的知识,希望对你有一定的参考价值。
Windows-bat-Path
@echo off
echo 当前盘符:%~d0
echo 当前路径:%cd%
echo 当前执行命令行:%0
echo 当前bat文件路径:%~dp0
echo 当前bat文件短路径:%~sdp0
pause
以上是关于Windows-bat-Path的主要内容,如果未能解决你的问题,请参考以下文章