recycle bin back in toolbar
-
carmenm
recycle bin back in toolbar
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
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
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 freecarmenm 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
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
Windows 7/10
Always using the latest stable two-decimal build
-
carmenm
Re: recycle bin back in toolbar
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
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
i also missed that button, but i managed to create a CTB to replace it.
for the left button i useto open the shell recycle bin.
use this for the right click:
download this file and extract it to xy's scripts folder.
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.
for the left button i use
Code: Select all
run "::{645FF040-5081-101B-9F08-00AA002F954E}";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";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.
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...
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
You want a button to show the bin, or to empty the bin, or both?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
FAQ | XY News RSS | XY X
-
carmenm
Re: recycle bin back in toolbar
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
You have recycle bin under the MyComputer button. More would be bloat IMO.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?
FAQ | XY News RSS | XY X
-
carmenm
Re: recycle bin back in toolbar
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.
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
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 iscarmenm 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?
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
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
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.
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.
+1zer0 wrote: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.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?
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...
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
I said: "You have recycle bin under the MyComputer *button*. More would be bloat IMO."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.
FAQ | XY News RSS | XY X
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: recycle bin back in toolbar
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.admin wrote:I said: "You have recycle bin under the MyComputer *button*. More would be bloat IMO."
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
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
Windows 7/10
Always using the latest stable two-decimal build
-
carmenm
Re: recycle bin back in toolbar
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
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
I don't see the big point in emptying the recycle bin quickly and without a prompt. I find this rather adventurous.
FAQ | XY News RSS | XY X
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: recycle bin back in toolbar
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 spokesadmin wrote:I don't see the big point in emptying the recycle bin quickly and without a prompt. I find this rather adventurous.
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
Windows 7/10
Always using the latest stable two-decimal build
XYplorer Beta Club