Created
September 27, 2021 16:20
-
-
Save ZenToad/73f4a16cb028e2ddc3d2ead256eb871d to your computer and use it in GitHub Desktop.
cmder/git project setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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