Shortcut to open a GROUP of folders?

  • Thread starter Thread starter Terry Pinnell
  • Start date Start date
T

Terry Pinnell

How do I make a shortcut that will open several specified My Computer
folders please?
 
Create a batfile/CMD file containing

start explorer.exe /n ,/root,C:\folder1
start explorer.exe /n ,/root,C:\folder2
start explorer.exe /n ,/root,C:\folder3

and make a shortcut to the CMD file.
 
Back
Top