标签: windows batch-file
如何通过批处理文件获取Windows中符号链接的目标路径?
符号链接由命令mklink建立。
mklink
mklink /d \MyDocs \Users\User1\Documents
如何获取\MyDocs的目标路径?
\MyDocs