Opening multiple folders simultaneously in Windows?
create a text file in start > programs > accessories > notepad with the following lines in it: explorer c:\windows explorer c:\tmp explorer c:\ exit obviously, substitute what i have above with the paths to the actual folders you want to open when the file is executed. save this using notepad to your pc with the name openall.bat or something else memorable – do make sure it saves as a *.bat extension though, and not .bat.txt since the extension indicates how it’ll be handled by windows and *.bat is a batch of commands. when you double click openall.bat, or even click a shortcut to openall.bat, all of the folders you specified within the *.bat file will open one after another.