Start.exe
é seu amigo. :)
Starts a separate window to run a specified program or command.
Tente algo assim em um arquivo em lotes:
@echo off
start explorer c:\
start explorer c:\Windows
start explorer "g:\Path With Spaces"
start notepad.exe g:\filename.txt