topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 9:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: recycle bin  (Read 3907 times)

richoi

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
recycle bin
« on: July 22, 2013, 03:36 PM »
hello...
  any one know of a way (how to) in having the recycle bin on launchbar commander.  either/or as a child - command node?
  suggestions appreciated.
  thank you.
...ric

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: recycle bin
« Reply #1 on: July 24, 2013, 05:52 PM »
See if you can find a commandline tool to send a file to the recycle bin.  Once you find that it will be easy to make a LBC button for it.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: recycle bin
« Reply #2 on: July 24, 2013, 05:55 PM »
Though.. maybe it would be useful for me to make a special Recycle Bin button type with some special features..

Verywierd

  • Participant
  • Joined in 2008
  • *
  • Posts: 2
    • View Profile
    • Donate to Member
Re: recycle bin
« Reply #3 on: November 08, 2013, 10:46 PM »
Try this:

explorer.exe shell:RecycleBinFolder

Stoic Joker

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 6,646
    • View Profile
    • Donate to Member
Re: recycle bin
« Reply #4 on: November 09, 2013, 07:08 AM »
Not sure how LBC works, but ... This is the shell empty recycle bin code I used in T-Clock if it'll help any.
SHEmptyRecycleBin(0, NULL, SHERB_NOCONFIRMATION);