Skip to content

Instantly share code, notes, and snippets.

@ZenToad
Created September 27, 2021 16:20
Show Gist options
  • Save ZenToad/73f4a16cb028e2ddc3d2ead256eb871d to your computer and use it in GitHub Desktop.
Save ZenToad/73f4a16cb028e2ddc3d2ead256eb871d to your computer and use it in GitHub Desktop.
cmder/git project setup
* create startup.bat
@ECHO OFF
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
Put that script somewhere.
* Create the cmder task
cmd /k ""%ConEmuDir%\..\init.bat" & E:\zen-toad-games\startup.bat " -new_console:d:E:\pilotier
* Create desktop shortcut
Target: "E:\Program Files\cmder\Cmder.exe" /task pilotier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment