Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pavelpetrcz
Created May 4, 2020 15:11
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 pavelpetrcz/1588e42f35c34156c28c619cb2ede8e5 to your computer and use it in GitHub Desktop.
Save pavelpetrcz/1588e42f35c34156c28c619cb2ede8e5 to your computer and use it in GitHub Desktop.
˛bat file to start more than one app on Win10
@echo off
cd "C:\Program Files (x86)\Microsoft Office\root\Office16"
start OUTLOOK.EXE
cd "C:\Program Files (x86)\Microsoft Office\root\Office16"
start lync.exe
cd "C:\Users\pavel\AppData\Local\OutlookGoogleCalendarSync"
start OutlookGoogleCalendarSync.exe
cd C:\Users\pavel\AppData\Local\Microsoft\Teams"
start Update.exe --processStart "Teams.exe
cd "C:\Program Files\Slack"
start Slack.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment