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?
starthelp(start /?) in the answer You've provided the string in quotes is just the window title, not a patch to program... – Mulligan Jun 14 '21 at 14:52