Skip to content

Instantly share code, notes, and snippets.

@tranchausky
Created July 24, 2024 22:24
Show Gist options
  • Save tranchausky/13bfd44d3ebed1030d3c0dd4ed9d3635 to your computer and use it in GitHub Desktop.
Save tranchausky/13bfd44d3ebed1030d3c0dd4ed9d3635 to your computer and use it in GitHub Desktop.
win auto open more software one click
@echo off
start "" "C:\Users\tranc\AppData\Local\GitHubDesktop\GitHubDesktop.exe"
start "" "C:\Program Files\Notepad++\notepad++.exe"
start "" "C:\Users\tranc\AppData\Local\Programs\Microsoft VS Code\Code.exe"
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory="Default""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment