powerMarkymark
Platinum Member
In WinXP pro.
TIA
Mark
TIA
Mark
start explorer \path\to\dir0
start explorer \path\to\dir1
start explorer \path\to\dir2
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.
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.
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.