RunALot v0.08x

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

RunALot v0.08x

Post 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:

Image

Download here:

http://www.xs4all.nl/~bluez/purebasic/runalot.zip
Last edited by blueznl on Sat Mar 24, 2012 8:16 pm, edited 3 times in total.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
akj
Enthusiast
Enthusiast
Posts: 668
Joined: Mon Jun 09, 2003 10:08 pm
Location: Nottingham

Re: RunALot v0.01x

Post 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
Anthony Jordan
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: RunALot v0.04x

Post 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 :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: RunALot v0.05x

Post by blueznl »

Bugfix saving settings. Probably final release. It does what it needs to do for what I need it to do...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: RunALot v0.05x

Post 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'.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply