标签: file path batch-file
我有一个这样的变量:
set file=c:\dir\foo\bar\file.txt
我怎样才能将路径部分变成另一个变量?
echo %pathpart%
应该给c:\ dir \ foo \ bar \
谢谢!
答案 0 :(得分:1)
How do I get the equivalent of dirname() in a batch file?