similiar themes but not full:
http://classicshell.net/forum/viewtopic.php?f=8&t=6133&p=26916&hilit=copy+path#p26916Feature Requests:
1."Copy current path button" after "filed path" and before "refresh button" . Button size types 1,2,3 from refresh width [___] [ ]
C: > windows > [ copy] [ refresh]
Big panel options:
2. "Copy current path"
3. "Copy all paths in opened folder"
4. "Copy only folders path"
5. "Copy only files path"
6. "refresh current window" - big button on big panel, make same as F5 or smal refresh button
7. "show/hide system protected files" - show system file and refresh, as script do:
Code:
SHidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden"
Set Sh = WScript.CreateObject("WScript.Shell")
St = Sh.RegRead(SHidden)
If St = 1 Then
Sh.RegWrite SHidden, 0, "REG_DWORD"
Else
Sh.RegWrite SHidden, 1, "REG_DWORD"
End If
Sh.SendKeys("{F5}")
8. Copy Names9.
Button Backup "all names list" + "all paths list" (in option set default path). DropMenu after, with button "chose folder to backup"