Skip to content

Instantly share code, notes, and snippets.

@arbaieffendi
Created December 15, 2022 09:49
Show Gist options
  • Save arbaieffendi/6618c17baed60f1fe8b42add81ac9bb2 to your computer and use it in GitHub Desktop.
Save arbaieffendi/6618c17baed60f1fe8b42add81ac9bb2 to your computer and use it in GitHub Desktop.
Default script to start my day
@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