Skip to content

Instantly share code, notes, and snippets.

@m3adow
Created April 17, 2017 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m3adow/7beb884e8f6151ecf91e5d873c53e466 to your computer and use it in GitHub Desktop.
Save m3adow/7beb884e8f6151ecf91e5d873c53e466 to your computer and use it in GitHub Desktop.
Batch file to start other applications (or batches) in CMDer
@echo off
rem Set CMDER_ROOT to your actual cmder installation directory
set CMDER_ROOT=%~dp0
start %CMDER_ROOT%\vendor\conemu-maximus5\ConEmu.exe /icon "%CMDER_ROOT%\cmder.exe" /title Cmder /loadcfgfile "%CMDER_ROOT%\config\ConEmu.xml" /cmd cmd /k "%CMDER_ROOT%\vendor\init.bat cd %CD% && %~1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment