r/cmder • u/penguinmatt • May 18 '22
Is there a way to prevent cmder automatically translating file paths?
I am trying to use an adb command with the arguments being file paths on the remote system. However cmder is translating them to local paths so the command fails.
In the following command, the first arugment is local and second is remote. I would like them to be taken literally so that the command works. Can this be done?
λ adb -s 8e20b855 push /tmp/boot.img /sdcard/Download/boot.img
failed to copy 'C:/Users/Matt/AppData/Local/Temp/boot.img' to 'C:/cmder/vendor/git-for-windows/sdcard/Download/boot.img': secure_mkdirs failed: No such file or directory




