Created
February 1, 2016 02:19
-
-
Save MisterJames/8a1548564202a1b96d1a to your computer and use it in GitHub Desktop.
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
| # launch browser tabs | |
| Start-Process "https://employer.harvestapp.com/time" | |
| Start-Process "https://github.com/Client_Folder/" | |
| Start-Process "https://app.box.com/files/0/f/0" | |
| # launch VS solutions | |
| Start-Process "C:\james\code\project name\src\solution.sln " | |
| # start development apps | |
| & C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Ssms.exe | |
| & C:\Users\james_000\AppData\Roaming\Zoom\bin\Zoom.exe | |
| & C:\Users\james_000\AppData\Local\GitHub\GitHub.appref-ms --open-shell | |
| & C:\Users\james_000\AppData\Local\GitHub\GitHub.appref-ms | |
| # start VPN client (in admin mode) | |
| Start-Process "C:\Program Files\OpenVPN\bin\openvpn-gui.exe" -Verb RunAs | |
| # get com online | |
| $slack = "C:\Users\james_000\AppData\Local\slack\Update.exe" | |
| &$slack --processStart slack.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment