Page 1 of 1
RunALot v0.08x
Posted: Sun Jan 29, 2012 11:31 pm
by blueznl
Just a little tool that allows me to launch a browser with multiple search actions and web pages, I use this when hunting on Ebay / Marktplaats for specific items, as well as to check out my favorite websites, all at once.
Nothing very special, but it may come in handy for someone else.
Source, as usual, included (just don't tell my therapist about the yellow Ferrari's and the wedding dresses).
Example image:
Download here:
http://www.xs4all.nl/~bluez/purebasic/runalot.zip
Re: RunALot v0.01x
Posted: Mon Jan 30, 2012 2:22 pm
by akj
@blueznl:
There are a few problems:
IncludeFile x_lib.pb is missing
IncludeFile g_spot.pb is missing
In the file runalot.txt, add the word 'pass' to this line: 2 if it encounters an url WITHOUT '%1' it will it on to the browser
Re: RunALot v0.04x
Posted: Mon Jan 30, 2012 7:02 pm
by blueznl
Thx, I will check the wording.
I did leave out the includes as they were making the whole thing overly large. However, the includes (and some examples of usage) are available on my website
http://www.xs4all.nl/~bluez/purebasic/index.htm
I guess I'll add them in some future version.
RunALot was 'thinned' by CodeCaddy before being turned into an executable, effectively stripping out all unused parts of the includes, and reducing the resulting exe size with 30% or so.
Oh, and code is up to v0.04. Added a few commandline parameters so you can do a load go quit in one run. Saves another click

Re: RunALot v0.05x
Posted: Sun Feb 05, 2012 5:19 pm
by blueznl
Bugfix saving settings. Probably final release. It does what it needs to do for what I need it to do...
Re: RunALot v0.05x
Posted: Sat Mar 24, 2012 7:56 pm
by blueznl
Update v0.08.
I'm working on two different machines, which share runalot.set through DropBox. As one is Windows 7 64 bit and the other XP 32 bit, some files reside in different places. Added a little kludge that adds or strips the '(x86)' part if it cannot find the file defined as 'executable'.