string path = new directoryinfo("../").fullname;//当前应用程序路径的上级目录 获取当前目录可以使用appdomain.currentdomain.basedirectory. 获取当前目录的上级目录path.getfullpath("..") 代码 using system; using system.collections.generic; using system.linq; using system.text;…
1 SET CurrDir=%CD% CD.. SET InstPath=%CD% CD %CurrDir% 2 pushd.. set parent=%cd% popd 参考: https://msfn.org/board/topic/65204-how-to-get-parent-path-in-bat/…