• 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.

Can I create a shortcut that will open several folders all at once?

You could use a batch file containing something along the lines of:

start explorer \path\to\dir0
start explorer \path\to\dir1
start explorer \path\to\dir2

There's probably a better way though.
 
Originally posted by: xcript
You could use a batch file containing something along the lines of:

start explorer \path\to\dir0
start explorer \path\to\dir1
start explorer \path\to\dir2

There's probably a better way though.

I'm not that computer savy...........anyone else witha simpler solution?
 
Multi-Launch

I have no experience with this piece of freeware, but I notice it was release in May of 2000,
so chances are good that it can work with Windows 2000 and XP.



 
Originally posted by: CQuinn
Multi-Launch

I have no experience with this piece of freeware, but I notice it was release in May of 2000,
so chances are good that it can work with Windows 2000 and XP.

Nice littlr freeware program (love free) but it is exclusively to launch .exe files, I wish to open several Folders at once with the shortcut.

Guess I should have been more specific

Thanks
 
xcript's solution isn't hard at all. Open up a text file and paste that stuff in (obviously, substituting your own paths) and save it as a .bat file. Then just make a shortcut to it.
 
I agree. Asking an easy solution for something that requires some computer savy to even know about, is stating plainly that you are more savy than you know. So give it a try...

 
Originally posted by: BingBongWongFooey
xcript's solution isn't hard at all. Open up a text file and paste that stuff in (obviously, substituting your own paths) and save it as a .bat file. Then just make a shortcut to it.

Worked like a charm guys..............thank you very much.

Mark
 
Back
Top