It's the standalone run-time engine for LB Booster. Normally one
wouldn't use it, because the usual ways of running a program are
either directly from the LBB IDE or as a 'compiled' EXE. Where it can
come in useful is, for example, if one wants to run a selection of
different programs from a menu. Compiling each one to an EXE would
work, but would be wasteful of storage. By using LBBRUN.exe only one
copy of the run-time engine is required and the total size is much
reduced.
> I click on it but nothing happens..
It needs a parameter, for example:
lbbrun myprog.lbb
That will run the tokenized LBB program 'myprog.lbb'.
Richard.
http://www.rtrussell.co.uk/