This file contains 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 | |
setlocal EnableDelayedExpansion | |
SET PhpStormPath="C:\Program Files\JetBrains\PhpStorm 2021.3\bin\phpstorm64.exe" | |
IF EXIST %PhpStormPath% (ECHO File found: %PhpStormPath%) ELSE (ECHO File not found: %PhpStormPath% && CALL :LoadExeFile PhpStormPath) | |
SET updated=false | |
IF EXIST %PhpStormPath% ( | |
reg QUERY "HKEY_CLASSES_ROOT\*\shell\PhpStorm" > nul 2> nul |