Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Monday May 19, 2025, 3:09 pm
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.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Mouser's Zone
»
LaunchBar Commander
»
New arguments other than %file%
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: New arguments other than %file% (Read 9039 times)
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
New arguments other than %file%
«
on:
November 03, 2008, 03:23 AM »
i noticed that LBC has only %file% variable as its argument. how including support for some others such as %date%, %clipboard%, etc.?
mouser
First Author
Administrator
Joined in 2005
Posts:
40,923
Re: New arguments other than %file%
«
Reply #1 on:
November 03, 2008, 03:33 AM »
can you elaborate?
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: New arguments other than %file%
«
Reply #2 on:
November 03, 2008, 07:29 PM »
i meant a way to pass these parameters as a part of command line. see screenshot example, i'm trying to launch WordWeb with the text in clipboard passed to the dictionary.
mouser
First Author
Administrator
Joined in 2005
Posts:
40,923
Re: New arguments other than %file%
«
Reply #3 on:
November 03, 2008, 11:02 PM »
well it's easy enough for me to add %clipboard%.. at a certain point the solution is to launch a batch or script file if you want to pass more advanced stuff to execute a file.
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: New arguments other than %file%
«
Reply #4 on:
November 03, 2008, 11:12 PM »
yes, i have been trying to use an AHK script to pass on the clipboard contents but i believe these features could be derived from those of Farr's so that they both can share the same placeholders.
TucknDar
Charter Member
Joined in 2005
Posts:
1,133
Re: New arguments other than %file%
«
Reply #5 on:
November 04, 2008, 01:18 AM »
That would be a very nice feature! Would make LBC even better, since I could have an autohiding bar with a lot of similar things (search definitions, spelling, etc.)
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: New arguments other than %file%
«
Reply #6 on:
November 11, 2008, 08:30 PM »
i wrote a quick ahk script that launches WordWeb with the word in the clipboard already defined. not fully tested, do try it and let me know.
[Select]
#SingleInstance force
#NoTrayIcon
IfExist %A_WinDir%\System32\WWEB32.DLL
Run, %A_WinDir%\System32\rundll32.exe WWEB32.DLL`,ShowRunDLL %Clipboard%
Return
AbteriX
Charter Honorary Member
Joined in 2005
Posts:
1,149
Re: New arguments other than %file%
«
Reply #7 on:
November 20, 2009, 02:58 AM »
One more vote for adding %clipboard%
But not only for Arguments but for "Application/Command"-field too.
Also placeholders like %Para1% for the "Application/Command"-field would be handy
to be prompted by an inputbox
to execute the "Application/Command" with different parameters on the fly.
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Mouser's Zone
»
LaunchBar Commander
»
New arguments other than %file%