Skip to content

Instantly share code, notes, and snippets.

@ZackStone
Created February 15, 2024 16:45
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 ZackStone/a3bde7726e515f18ce0fbbe78fa2730d to your computer and use it in GitHub Desktop.
Save ZackStone/a3bde7726e515f18ce0fbbe78fa2730d to your computer and use it in GitHub Desktop.
@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