The command
cd %SOME_DIR%
in Far console changes current directory.
But executing the same command in batch script from Far does nothing. Is it possible to switch directory using batch script in Far?
The command
cd %SOME_DIR%
in Far console changes current directory.
But executing the same command in batch script from Far does nothing. Is it possible to switch directory using batch script in Far?
Copyright © 2021 Jogjafile Inc.
Far manager runs a batch script (
.bat) in a child process andcdcommand only modifies the environment of the current process. It can't touch the environment of the parent.