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.
命令
cd %SOME_DIR%
在远程控制台中更改当前目录。
但是从 Far 在批处理脚本中执行相同的命令什么也不做。是否可以在 Far 中使用批处理脚本切换目录?
远程管理器在子进程中运行批处理脚本 ( .bat) ,命令仅修改当前进程的环境。它不能触及父母的环境。cd
.bat
cd