I just downloaded cmder from github and tried running cmder.bat to start it but got an error that it couldn't find conemu in the ~dp0\vendor\maximus-5\conemu
folder. I figured this was because the cmder devs don't want to include the conemu files in the git repo, and indeed the path wasn't there. So I downloaded the latest release of conemu and edited the bat file to point to my conemu install, like this:
@echo off
SET CMDER_ROOT=%~dp0
start "G:\Program Files\ConEmu\ConEmu64.exe" /Icon "%CMDER_ROOT%\icons\cmder.ico" /Title Cmder /LoadCfgFile "%CMDER_ROOT%\config\ConEmu.xml"
The error's gone but it just loads the cmder icon in a picture viewer.