Dec 222017
 
Converts tokenized Basic files to ASCII text files.
File RB158.ZIP from The Programmer’s Corner in
Category BASIC Language
Converts tokenized Basic files to ASCII text files.
File Name File Size Zip Size Zip Type
RB.COM 5294 2668 deflated
RB.DOC 1319 552 deflated
TPCREAD.ME 199 165 deflated

Download File RB158.ZIP Here

Contents of the RB.DOC file




RB Command Version 1.58
---------- Aug 20, 1985

Purpose: Convert an interpreted BASIC file to an ASCII format
file.

Syntax: RB filename.bas newfile.bas

Remarks: The two file names are required. The first specifies
the name of an interpreted BASIC program, the second
is the name to be given to the new ASCII file.

Floating point numbers are not rounded but no precision
is lost.

RB accomplishes the same task as using the BASIC interpreter
to save a BASIC file in ASCII form, for example:

basic
load"myprog
save"myprog.asc",a
system

-or-

rb myprog.bas myprog.asc

The reasons for using RB are:

- the interpreter is not needed (not everyone gets
a BASIC interpreter with their system)
- RB is much faster
- allows using BATch files for use with compilers

Written by Vernon D. Buerg for the IBM PC, and compatibles,
using DOS 2.0 or later. For private, personal use only.
Not for sale or higher.




 December 22, 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)