Classic Shell
http://www.classicshell.net/forum/

New buttons: copy path, show, refresh
http://www.classicshell.net/forum/viewtopic.php?f=13&t=6247
Page 1 of 1

Author:  ducof [ Thu Jun 23, 2016 11:07 am ]
Post subject:  New buttons: copy path, show, refresh

similiar themes but not full: http://classicshell.net/forum/viewtopic.php?f=8&t=6133&p=26916&hilit=copy+path#p26916

Feature 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 Names
9. Button Backup "all names list" + "all paths list" (in option set default path). DropMenu after, with button "chose folder to backup"

Author:  Ivo [ Thu Jun 23, 2016 11:34 am ]
Post subject:  Re: New buttons: copy path, show, refresh

There are already buttons for Refresh and for System files. For the System files button you need the new beta version 4.2.7.

The rest you can do with a script of some sort. Look at the help for instructions how to get the current folder or the selected files.

Author:  Gaurav [ Thu Jun 23, 2016 1:37 pm ]
Post subject:  Re: New buttons: copy path, show, refresh

@ducof, may I suggest the StExBar toolbar: http://stefanstools.sourceforge.net/StExBar.html for some excellent functionality: Copy Names, Copy Paths and a very handy filter box.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/