Created
July 6, 2017 14:47
-
-
Save z2z/81bbbbb6d2f0d4f5c80fe881898b34c3 to your computer and use it in GitHub Desktop.
phpstorm start bat
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
start "C:\dvt-jb-lic-server\" dvt-jb_licsrv.amd64.exe | |
c: | |
cd "C:\Program Files (x86)\JetBrains\PhpStorm 2016.3.2\bin\" | |
start "C:\Program Files (x86)\JetBrains\PhpStorm 2016.3.2\bin\" phpstorm64.exe | |
timeout /t 180 | |
Taskkill /im dvt-jb_licsrv.amd64.exe /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment