Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是调用位于不同文件夹中的 BAT 文件的正确方法吗?
调用“C:\程序文件...\test.bat”
我无法移动程序 bat 文件,但我的启动 bat 位于与其调用的程序不同的位置。
pushd C:\program files...\test.bat\..\ call test.bat popd
这是你要找的吗?
是的,你做得很好。
call "C:\your path\your batch.bat"