Creating a .bat file to opn 2 File Explorer windows in a 50/50 split screen

Jack Smook 110 Reputation points
2026-07-01T00:51:23.0633333+00:00

I askeed Copilot how to create a .bat file to opn 2 File Explorer windows in a 50/50 split screen and it gave me this...

@echo off

start "" "C:\Windows\explorer.exe "C:"

start "" "C:\Windows\explorer.exe "D:"

But I keep getting a popup saying it can't find explorer.exe when i run it.

What am I doing wrong and how can I fix it?

Windows for home | Windows 11 | Files, folders, and storage

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.