bat文件编程【持续更新】

echo hello bat file

if exist try.bat echo yes found it>D:\hellobat.txt rem 将yes found it 写入文件。

echo 当前盘符:%~d0

echo 当前盘符和路径:%~dp0

echo 当前批处理全路径:%~f0

echo 当前盘符和路径的短文件名格式:%~sdp0

echo 当前CMD默认目录:%cd%

pause

@pause

 

你可能感兴趣的:(bat)