I would lose the brackets...
You will also need the Explorer_GetSelection() function for this if you don't already have it. Looks to be a version of this old script possibly?
https://www.autohotkey.com/board/topic/100983-how-can-we-retrieve-the-name-of-a-file-selected/
CODE:
>!l:: ;; RAlt + L
Var := % Explorer_GetSelection()
Run "C:\Program Files\Google\Chrome\Application\chrome.exe /newtab" %Var%
Return
You will also need the Explorer_GetSelection() function for this if you don't already have it. Looks to be a version of this old script possibly?
https://www.autohotkey.com/board/topic/100983-how-can-we-retrieve-the-name-of-a-file-selected/
Statistics: Posted by V0RT3X — Today, 17:17