How can I open folders via batch file?

thatsright

Diamond Member
May 1, 2001
3,004
3
81
I need to open several folders at once (not the files in them) and will use a simple batch file in windows. But what are the commands to open a folder? I tried;

open=d:
open=c:\program files

But nothing is working. Can anyone think of what I'm doing wrong?
 

nova2

Senior member
Feb 3, 2006
982
1
0
do this in a bat file
edit: i cant use newlines in
Code:
 tags for some reason, but you may need to seperate each line.