| Author |
Message |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
 EasyRun Beta - Neat run-box replacement
Latest Version: 1.0.4 from 2007-07-26 - download_________________________________________________________ Handy-dandy run box replacement. Put this together today, so give me your feedback on it  First of all, you need the visual basic 6 runtime files. Google them if you don't have them  Now change the Win+R key binding (or any other key) in bbkeys.rc to execute easyrun. Reconfigure. Hit your magic hotkey and start playing with EasyRun  It works like a regular run box. Type a command and it's executed. It also features AutoComplete to assist you as you type. You can use macros (starting with "/") to use f.ex. search engines. The macros that are in there already are /sendmail, /google, /wiki, and /wikigo. You can also use aliases that are just like any other command. Try to type "lostinthebox" and see what happends  Both macros and aliases can be configured in easyrun.rc. If you press F12 or click the folder, you can browse for files. But, the most convenient way of using the program: Type /find followed by a program name or a filetype. A list will appear holding all matching items from your start menu and desktop!  Enjoy, and give me some feeback please Edit: If you stumble onto any bugs, please take notes as to what you were doing to cause the issue. The better inforation you give me, the faster I can resolve the issue  Cheers, Christopher
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
Last edited by noccy on Thu Jul 26, 2007 4:21 pm, edited 4 times in total.
|
| Wed Nov 08, 2006 5:41 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
EasyRun 1.0.1 Beta fixes quite a few bugs, especially related to searching. You can modify the search paths in the .rc file, as well as all the aliases and macros.
In this version $1 (in macros) has been replaced with $* (meaning all parameters) where $1 will soon mean "first word of parameters", $2 second, and $3- meaning "third word and the rest", to allow for f.ex. this macro:
macro wikigo http://$1.wikipedia.org/wiki/$2-
so "/wiki en apple" would take you to the english wikipedia entry for apple. And so forth. But that's for a later version, just wanted to give you a heads up  Also have plans for adding scriptable macros in language of choice.
Big thanks to Vexelius who has helped me track down most of the bugs in this release.
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Wed Nov 08, 2006 8:56 pm |
|
 |
|
Teshadael
BBAdult
Joined: Sat Jul 09, 2005 12:52 am Posts: 25
|
Just found this little app. It looks useful and just what I'm looking for, however I can't add/change anything. I tried adding both a macro and an alias and they do nothing. I then even tried adjusting the x and y settings and it still pops up in the original position. How do I add/change the settings?
|
| Sun Jan 07, 2007 10:46 pm |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
Teshadael wrote: Just found this little app. It looks useful and just what I'm looking for, however I can't add/change anything. I tried adding both a macro and an alias and they do nothing. I then even tried adjusting the x and y settings and it still pops up in the original position. How do I add/change the settings?
Hmm thats weird... It should read the .rc every time you launch it and apply the settings... It works for me. Are you using the latest version? What does your .rc file look like?
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Wed Jan 10, 2007 7:03 pm |
|
 |
|
Teshadael
BBAdult
Joined: Sat Jul 09, 2005 12:52 am Posts: 25
|
Hey,
Sorry for the false alarm, I must have opened the .rc file from the zip and not the folder I put the app in. So technically I was saving a file in the temp directory instead of the folder with the app.
Got it working now...works great!
Thanks.
|
| Sun Jan 14, 2007 6:35 am |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
Experimenting some with selecting what direction the search results appear in and using the MRU (most recently used) list (writing to/reading from) so that some kind of history is maintained.
Handlers are also almost fully implemented, and i have done some minor changes in the shell execute code.
Stay tuned:)
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Sat Apr 07, 2007 11:25 pm |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
New version!
Updates:
Quote: v1.0.3 (2007-05-24) - History implemented, holding 1024 items. - Remember last command implemented, requires history to be enabled. - Handlers implemented - Hitting F3 twice will now start the search - Contents of the command box will now always be preserved when hitting F3. - Placeholders got a serious facelift.
The placeholders can now look like $*, $1, $2-3, $2- etc. which should make it easier to put together complex macros, such as:
Code: alias ncftp c:\program\ncftp.exe -u $1 -p $2 $3
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Thu May 24, 2007 10:14 am |
|
 |
|
iElectric
BBWise
Joined: Mon Feb 06, 2006 7:02 pm Posts: 49
|
Code: # Search locations. Folder or folder key. search location c:\ search location d:\ search location e:\ search location i:\
If I set search locations to my HDD partitions and try to "/find totalcmd" I get this:
Runtime error '53'. File not found.
|
| Sat May 26, 2007 1:42 pm |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
iElectric wrote: Code: # Search locations. Folder or folder key. search location c:\ search location d:\ search location e:\ search location i:\
If I set search locations to my HDD partitions and try to "/find totalcmd" I get this: Runtime error '53'. File not found.
Try removing the trailing backslash
Cheers,
Chris
edit: adding your CD-Rom to the search list will probably cause a crash if there is no medium inserted. Will look into this 
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Sat May 26, 2007 8:09 pm |
|
 |
|
TbD
|
 Re: EasyRun Beta - Neat run-box replacement
can you add bro@m execution? that would be sweet 
|
| Tue Jul 24, 2007 12:50 pm |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
 Re: EasyRun Beta - Neat run-box replacement
Hm, that should be no biggie  I'll see if i can add that tonite 
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Wed Jul 25, 2007 8:03 pm |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
 Re: EasyRun Beta - Neat run-box replacement
Broam support added! Check the config file, read the note, load bbKontroller-Proxy (if you haven't), and broams should work 
Attachments:
File comment: + Broam support
easyrun-1.0.4.zip [58.34 KiB]
Downloaded 194 times
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Thu Jul 26, 2007 4:19 pm |
|
 |
|
residentgrey
BBDinosaur
Joined: Tue Nov 22, 2005 6:37 pm Posts: 232 Location: Somewhere fun with nice ladies
|
 Re: EasyRun Beta - Neat run-box replacement
Should I DL this now or should I wait a week when it will wash me clothes and brew me brew. \m/ BEER FTW 
_________________ It's a trick, get an axe!!!
|
| Sun Jul 29, 2007 3:29 am |
|
 |
|
noccy
BBDinosaur
Joined: Fri Jan 27, 2006 4:16 am Posts: 794 Location: Karlstad, Sweden
|
 Re: EasyRun Beta - Neat run-box replacement
Go ahead and grab it  Beer ftw!! 
_________________ Don't forget to check the BlackBox FAQs.
Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
|
| Mon Jul 30, 2007 1:43 am |
|
 |
|
iElectric
BBWise
Joined: Mon Feb 06, 2006 7:02 pm Posts: 49
|
 Re:
noccy wrote: iElectric wrote: Code: # Search locations. Folder or folder key. search location c:\ search location d:\ search location e:\ search location i:\
If I set search locations to my HDD partitions and try to "/find totalcmd" I get this: Runtime error '53'. File not found. Try removing the trailing backslash  Cheers, Chris edit: adding your CD-Rom to the search list will probably cause a crash if there is no medium inserted. Will look into this  I still get that error, i removed slashes.. There are all my HDDs and not disc drives.
|
| Sat Oct 13, 2007 12:30 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|