recycle bin back in toolbar

Features wanted...
carmenm

recycle bin back in toolbar

Post by carmenm »

Hi,

I really love the new recycle bin. The only thing i miss about it is a toolbar entry. Why? mostly because i can quickly empty it.

Also i think it would be nice to have an option no to have to confirm when emptying the recycle bin.

Thanks a lot for all your hard work!

Martin

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: recycle bin back in toolbar

Post by zer0 »

carmenm wrote:Hi,

I really love the new recycle bin. The only thing i miss about it is a toolbar entry. Why? mostly because i can quickly empty it.

Also i think it would be nice to have an option no to have to confirm when emptying the recycle bin.

Thanks a lot for all your hard work!

Martin
Since command ID was removed, I resorted to using nircmd (http://www.nirsoft.net/utils/nircmd.html). If you're OK with using it (it's free ;)), the following script takes care of silent (no prompt) emptying of RB -- substitute location of the EXE as appropriate

Code: Select all

run '"D:\Program Files\System\NirCmd\nircmd.exe" emptybin';
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

carmenm

Re: recycle bin back in toolbar

Post by carmenm »

Yeah that could be a temporary solution. But still i think those features should be part of XY.

Thanks for the tip Zer0 i will use it for now

Muroph
Posts: 561
Joined: 21 Aug 2007 16:13

Re: recycle bin back in toolbar

Post by Muroph »

i also missed that button, but i managed to create a CTB to replace it.

for the left button i use

Code: Select all

run "::{645FF040-5081-101B-9F08-00AA002F954E}";
to open the shell recycle bin.

use this for the right click:

Code: Select all

"&Virtual RB...|%recycler%" goto "%recycler%";
-
"Open Recycle B&in..." run "::{645FF040-5081-101B-9F08-00AA002F954E}";
"Recycle Bin &Stats..." open "<xyscripts>\recycler_stats.vbs";
"&Empty Recycle Bin..." open "<xyscripts>\recycler_empty.vbs";
download this file and extract it to xy's scripts folder.
RB Scripts.zip
if your windows language is not english, you will have to edit the file recycler_empty.vbs.
replace 'Empty Recycle &Bin' with whatever that item is called in your recycle bin context menu.
don't forget to put an '&' before the char that is underlined.

that's it.
the old RB toolbar icon is back. 8)
To see the attached files, you need to log into the forum.
Last edited by Muroph on 01 Mar 2010 12:18, edited 2 times in total.
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: recycle bin back in toolbar

Post by admin »

carmenm wrote:Hi,

I really love the new recycle bin. The only thing i miss about it is a toolbar entry. Why? mostly because i can quickly empty it.

Also i think it would be nice to have an option no to have to confirm when emptying the recycle bin.

Thanks a lot for all your hard work!

Martin
You want a button to show the bin, or to empty the bin, or both?

carmenm

Re: recycle bin back in toolbar

Post by carmenm »

Actually i was hoping to get the same button as before but using your new recycle bin(with maybe a empty/full icon state ;)). What do you think?

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: recycle bin back in toolbar

Post by admin »

carmenm wrote:Actually i was hoping to get the same button as before but using your new recycle bin(with maybe a empty/full icon state ;)). What do you think?
You have recycle bin under the MyComputer button. More would be bloat IMO.

carmenm

Re: recycle bin back in toolbar

Post by carmenm »

Actually i dont see the recycle bin under my computer, i mustr have missed an option.
Moreover i really think it s not the same as a toolbar button. Button allows fast access.

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: recycle bin back in toolbar

Post by zer0 »

carmenm wrote:Actually i was hoping to get the same button as before but using your new recycle bin(with maybe a empty/full icon state ;)). What do you think?
I'd like to second this wish. Having environment-dependent TB buttons that would change visually to indicate a particular state (empty/full, in this case) is not only cool, but useful too. It also makes sense ergonomically -- the correct way to adjust a seating position is to have line of sight on level with top edge of the screen/window aka area where the toolbar is ;) This way, instead of looking down and to the left, a user will be able to see a button's state quicker and make a decision faster. We already have "Save Settings" button that changes colour, so one foot is in the door :P
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Muroph
Posts: 561
Joined: 21 Aug 2007 16:13

Re: recycle bin back in toolbar

Post by Muroph »

i changed the recycler_stats.vbs script from my previous post.
it was hardcoded to use "," as the decimal separator, which would not work in some languages.
now the separator is automatically detected by the script.
zer0 wrote:
carmenm wrote:Actually i was hoping to get the same button as before but using your new recycle bin(with maybe a empty/full icon state ;)). What do you think?
I'd like to second this wish. Having environment-dependent TB buttons that would change visually to indicate a particular state (empty/full, in this case) is not only cool, but useful too.
+1
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: recycle bin back in toolbar

Post by admin »

carmenm wrote:Actually i dont see the recycle bin under my computer, i mustr have missed an option.
Moreover i really think it s not the same as a toolbar button. Button allows fast access.
I said: "You have recycle bin under the MyComputer *button*. More would be bloat IMO." :P

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: recycle bin back in toolbar

Post by zer0 »

admin wrote:I said: "You have recycle bin under the MyComputer *button*. More would be bloat IMO." :P
While it eases the navigation to RB, it does not provide for the ease of using RB that would be achieved if a dedicated button is given. Perhaps we're talking CTB 2.0 or 3.0 here, but dynamic functionality could be achieved visually by providing fields for assignment of an icon for default state and an icon for a changed state. I see this feature commonly in "dock" software.

Therefore, I suppose, the action (and visual) flow could potentially be as follows:
RB empty icon in TB --> Delete a file --> RB icon changes to "RB full" icon --> Click on this TB button --> [prompt to empty], TB button changes state back to empty. Repeat from the beginning.

If people already go out of their way to find possible solutions to make things more convenient, perhaps an idea of more complex integration (not necessarily right this second :lol: ) bears fruit?
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

carmenm

Re: recycle bin back in toolbar

Post by carmenm »

Sorry i didnt see the "button" in your message.
I tried with it. Ok we get a recycle bin entry. But we dont get a right menu with empty recycle bin.
I would still prefer a real recycle bin button, yet i am ok in having it in the My Computer button.
BUT the real point of it is to quickly empty the recycle bin. Right now there is no way to do it. You have to go into the recycle bin, right click on the background and do empty recycle bin. THen you have to say "yes". This is really too long.
If i went to all that to empty the recycle bin, of course i want to empty it so i dont really see the point in confirming.

I ll go with the script for now

Thanks for listening

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: recycle bin back in toolbar

Post by admin »

I don't see the big point in emptying the recycle bin quickly and without a prompt. I find this rather adventurous.

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: recycle bin back in toolbar

Post by zer0 »

admin wrote:I don't see the big point in emptying the recycle bin quickly and without a prompt. I find this rather adventurous.
We can already turn off the delete confirmation, so one can definitely draw a parallel line between deleting without a prompt and emptying without a prompt. For those in need of a prompt, one can always stick in a msg command in the spokes ;)
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

Post Reply