Created
February 15, 2024 16:45
-
-
Save ZackStone/a3bde7726e515f18ce0fbbe78fa2730d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@echo off | |
start /B "" "code" | |
start /B "" "C:\src\...\...\.sln" | |
start /B "" "C:\src\...\...\.sln" | |
::start /B "" "C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Ssms.exe" | |
start /B "" "C:\Program Files (x86)\GitExtensions\GitExtensions.exe" "browse" "C:\src\...\...\" | |
start /B "" "services.msc" | |
exit | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment