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
1/ create a text file inside the Intellij product bin folder | |
exemple: | |
- C:\Program Files\Android\Android Studio\bin | |
- C:\Program Files\JetBrains\WebStorm 2020.2.1\bin | |
2/ copy the following code inside the file (open the file with notepadd++) | |
//////////////////// start of file | |
@echo off | |
set target=%1 |