Having such super simple batch file for Win 10
@ECHO OFF
start "C:\Program Files\Mozilla Firefox\firefox.exe"
When I launch it a command window titled C:\Program Files\Mozilla Firefox\firefox.exe appears instead of just launching the firefox.
What's wrong with the script?