Creating a .bat file to opn 2 File Explorer windows in a 50/50 split screen
Jack Smook
110
Reputation points
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
Sign in to answer