Running WebStorm from command line error.
Hello,
I have an issue with running the "webstorm ." console command. When I try to execute it I get the following error:

I tried rebooting my computer and adding the WebStorm bin directory to the path but it still doesn't work.
请先登录再写评论。
What WebStorm version do you use? Do you have any particular reason for running the 32-bit launcher instead of 64-bit one (webstorm64.exe)?
I'm using the latest version. I just downloaded it from the site and didn't see an option for 32 or 64 bit. Is there a way to change the default launcher to 64-bit?
WebStorm comes with 2 launchers - 32-bit (webstorm.exe) and 64-bit (webstorm64.exe). You need using the latter to run the IDE with the bundled 64-bit JDK
Is there any way to have the 64-bit one run by default?
what do you mean by running by default?
Well, what I'm doing right now is just executing the "webstorm ." command in the command line, and as you pointed out that runs the 32-bit version. Is there an option to change that to the 64-bit?
as I wrote, `webstorm` is 32-bit executable, and no, there is no magic that would turn 32-bit exec into 64-bit. Just use `webstorm64` instead
I found a fix, all I had to do is rename the webstorm64.exe to webstorm.exe and delete the webstorm.bat file. Thanks for your help anyway!