Open a folder with File explorer using .bat

Solution 1:

You can try like this:

%SystemRoot%\explorer.exe "c:\Yaya\yoyo\"

Solution 2:

The start command needs blank quotes at the beginning, as it uses the first double quoted phrase as the "Window title"

start "" "c:\Yaya\yoyo\"