Using TextPad with Liberty Basic

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
pjafrombbay
Posts: 6
Joined: Mon Mar 14, 2005 1:26 am
Location: Batemans Bay, NSW, Aust.

Using TextPad with Liberty Basic

Post by pjafrombbay »

Hi!

Has anybody tried to use TextPad (TP) with Liberty Basic (LB)?

Source code used:

' Hello world
print "Hello world!"

I have the tool configured TP as:

Command: C:\Program Files\Liberty BASIC v4.03\liberty.exe
Parameters: -R $DOSfile
Initial Folder: $FileDir

Note: Capture output is 'greyed out' - odd!

And it will pass the source code to LB and run it into the LB output window. I would like to run LB minimised using the '-M' switch but that causes LB to stop with an error message:

Runtime error: "closeWindow:" not understood

Any help would be very much appreciated.

Regards,
Peter :?

PS: I have searched extensively in this forum prior to posting!
Peter Anderson
There is nothing more difficult to take in hand, more perilous to conduct, or more uncertain in its success, than to take the lead in the introduction of a new order of things -- Niccolo Machiavelli, The Prince, ch. 6
User avatar
talleyrand
Posts: 625
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

You might need quotes around the command since there is a space in the path. Just a WAG.

Also, if you expand the variables and run it from the command line, do you get the same results?
I choose to fight with a sack of angry cats.
Post Reply