Created
July 24, 2024 22:24
-
-
Save tranchausky/13bfd44d3ebed1030d3c0dd4ed9d3635 to your computer and use it in GitHub Desktop.
win auto open more software one click
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
@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