• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How can I open folders via batch file?

thatsright

Diamond Member
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?
 
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.
 
Back
Top