Dec 182017
 
Liberty BASIC is a personal BASIC programming system for MS Windows 3.x.
File LB09D.ZIP from The Programmer’s Corner in
Category BASIC Language
Liberty BASIC is a personal BASIC programming system for MS Windows 3.x.
File Name File Size Zip Size Zip Type
ASCII.BAS 332 199 deflated
BLANK.BAS 387 139 deflated
BRNCHTST.BAS 256 146 deflated
BUTTONS.BAS 1433 483 deflated
C.GRP 825 265 deflated
CALC.BAS 5892 1400 deflated
CIRCLES.BAS 564 242 deflated
CUSTOMER.BAS 2256 669 deflated
D.GRP 825 265 deflated
DIFFRNCS.TXT 8741 2867 deflated
EXPONENT.BAS 689 252 deflated
FACTORIL.BAS 434 234 deflated
FOR_NEXT.BAS 537 202 deflated
GETCHAR.BAS 207 157 deflated
GRAPHER.ABC 6004 1173 deflated
GRAPHER.BAS 4888 1447 deflated
GRAPHICS.BAS 456 228 deflated
HANOI.BAS 6755 1655 deflated
HILO.BAS 883 403 deflated
INST.BAT 876 249 deflated
INSTALL.ERR 134 95 deflated
INSTALL.EXE 34768 24057 deflated
INVOICE.BAS 667 252 deflated
LB09DFIX.TXT 775 455 deflated
LBAS10.TXT 8226 3123 deflated
LBASIC.INI 47 43 deflated
LIBERTY.EXE 292514 137523 deflated
LIBERTY.TXT 23978 8263 deflated
LIBERTYB.GRP 825 258 deflated
MANDALA.BAS 1336 494 deflated
OPEN.BAS 700 358 deflated
POWER.BAS 288 161 deflated
PROFILE.BAS 347 200 deflated
READ.BAS 214 133 deflated
READDATA.BAS 333 174 deflated
README.TXT 4949 1604 deflated
REGISTER.TXT 2763 1085 deflated
SIEVE.BAS 497 262 deflated
STRTEST.BAS 203 125 deflated
SUMMARY.TXT 51740 16133 deflated
TEST.BAS 1241 487 deflated
TICTACTO.BAS 9248 2067 deflated
TPCREAD.ME 199 165 deflated
TRIO.ABC 5098 1077 deflated
TURTLE.BAS 1172 419 deflated
TURTLE2.BAS 772 306 deflated
V09D.TXT 163 136 deflated
VWABORT.DLL 2048 671 deflated
VWBAS11.DLL 845591 377523 deflated
VWDLGS.DLL 4752 1846 deflated
VWFLOAT.DLL 20992 10044 deflated
VWFONT.DLL 2560 1066 deflated
VWSIGNON.DLL 5632 1606 deflated
VWVM11.DLL 182784 33974 deflated

Download File LB09D.ZIP Here

Contents of the README.TXT file


INSTALLATION:

To install Liberty BASIC, first make sure that you are not
running Windows. The program INSTALL.EXE is included with
Liberty BASIC to install it for you.

Run this program, and you will be asked where Windows resides.
The default is C:\WINDOWS. If Windows resides anywhere else,
you must specify it here.

Now you will be asked where to install Liberty BASIC. The
default is C:\LIBERTY. If you want it to be installed elsewhere,
then you must specify it here.

You will then be given an opportunity to abort the installation.
If you choose not to abort, then installation will begin then.

Once installation is complete, you may load Windows. If you
specified any directory to install Liberty BASIC into other than
\LIBERTY, then you will need to alter the properties for the
Liberty BASIC icon to indicate where it is installed. Otherwise
you can just go ahead and double-click on its icon to start
Liberty BASIC.

+-------------------------------------------------------------------------+
| Known bugs: Windows tries to match fonts more or less with size being |
| more important than the name of the font. When Liberty BASIC loads, it |
| tries to get a font of a certain size. On some systems, this ends up |
| being the Symbol font, which is unusable. If your system does this, |
| then pull down the System menu and select "Fonts...", then find a font |
| that suits your taste best. |
+-------------------------------------------------------------------------+

Liberty BASIC starts with a file browser window. It is arranged as
four panes, three across the top, and one on the bottom like so:

+--------------------------------------------------------------+
| - Liberty BASIC c:\liberty v ^ |
+--------------------------------------------------------------+
| a [1] | [..] [2] | demo.bas [3] |
| b | liberty | read.bas |
| c | msdos | test.bas |
| | | |
| select drive here | select directory | select file here |
| | here | |
+--------------------------------------------------------------+
| [4] |
| |
| |
| |
| see BASIC source code here |
| |
| |
| |
| |
+--------------------------------------------------------------+

Select the drive to browse in pane [1], then select the directory
(usually liberty) to browse in pane [2], then finally the file to
browse in pane [3]. When the .BAS file is selected, its source will
be displayed in pane [4]. To run the program, position the cursor
inside of pane [3] and press the right hand mouse button and a menu
will appear. Then select the item BASIC source editor, and a new
window will open which will contain a copy of the source for the
selected file. Then position the cursor inside of that pane and again
press the right hand mouse button for another menu. There are two
options available, Run and Debug. Run compiles and runs the program,
and Debug provides the additional benefit of a 3 level source level
debugger with optional watch window (v 0.9 let's you do this in
pane 4 without opening a seperate BASIC source editor).

If you want help, you can get this on-line by pulling down the Help
menu and selecting either Liberty BASIC Notes, or Command Reference.
If you select a word in the source editor and then select help, the
system will try to find that word or command in the text.


HINT for 286 users with only 3 megabytes of RAM:
---------------------------------------------------
3 megabytes RAM is very tight for Liberty BASIC when
running in Standard Mode. If low memory errors make
Liberty BASIC unusable, try to free up as much extended
memory as possible. If all else fails, try this:

Run Windows ;
Run Liberty BASIC ;
Exit Liberty BASIC ;
Run Liberty BASIC again

As strange a ritual as this may seem, it does something
to the way Liberty BASIC manages its memory, making
those low memory errors much less trouble. We cannot
guarantee that this trick will work on your system.


 December 18, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)