Created
December 15, 2022 09:49
-
-
Save arbaieffendi/6618c17baed60f1fe8b42add81ac9bb2 to your computer and use it in GitHub Desktop.
Default script to start my day
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 | |
title Starting the day.. | |
cd "C:\Program Files\Microsoft Office\root\Office16\" | |
start OUTLOOK.EXE | |
cd "C:\Program Files\Google\Chrome\Application\" | |
start chrome.exe | |
cd "C:\Users\[change-this]\AppData\Roaming\Spotify\" | |
start Spotify.exe | |
cd "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\" | |
start Ssms.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment