Opening File in Sublime Text Shows Blank Fille in System32

I have key combination mapped to a command to open files in Sublime Text 3

C:\Program Files\Sublime Text 3\sublime_text.exe {file}

But when I execute this command on a file I just get a blank file of the same name in
C:\WINDOWS \system32

Is there something wrong with the command?

Try

"C:\Program Files\Sublime Text 3\sublime_text.exe" {filepath}
1 Like

Ah yes, I see the issue now. Thanks @lxp
A case of RTFM.

(BTW: As a separate issue. This forum does not allow me to reply on Chrome. I also had to sign up using Edge :confused: )

Most of us use Chrome without issues.

Make sure you aren't blocking javascript or anything like that.

Test.
Yup. Launching Chrome with the --disable-extensions flag allows me to successfully post. Thanks @Leo, such rapid feedback here!