Dec 052017
 
PC Magazine Utilities.
File VOL7N16.ZIP from The Programmer’s Corner in
Category Files from Magazines
PC Magazine Utilities.
File Name File Size Zip Size Zip Type
BOXES3.ZIP 9376 8716 deflated
EXAMPLE.BAT 140 91 deflated
FND.BAT 484 273 deflated
MAKEBAS.ASM 41114 7276 deflated
MAKEBAS.BAS 12359 3387 deflated
MAKEBAS.COM 2287 1476 deflated
MAKEBAS.DOC 1629 850 deflated
NEWNODE.ASM 4792 1608 deflated
NEWNODE.COM 696 496 deflated
NUMLKOFF.COM 8 8 stored
QSORTI.ASM 3364 994 deflated
QSORTI.C 1483 433 deflated
QSORTI.EXE 609 120 deflated
SELFMOD.PAS 1177 544 deflated
SENDCODE.COM 457 195 deflated
SFIND.C 6175 2065 deflated
TRYQSI 271 115 deflated
TRYQSI.ASM 6844 1637 deflated
TRYQSI.EXE 1152 279 deflated

Download File VOL7N16.ZIP Here

Contents of the MAKEBAS.DOC file


MAKEBAS
COMMAND

Salvatore P. Ricciardi
1988 No. 16 (Utilities)


Purpose: Converts binary files into an ASCII text format contained within a
BASIC program that will recreate the original binary code when run. Used to
transmit executable programs, spreadsheets, charts etc. over communications
services that do not permit sending binary files.

Format:MAKEBAS [d:][path]filename[.com]

Remarks: Entered with the filename of a binary file (preceded by its drive
[d:] and path if other than current), MAKEBAS produces a ready-to-run BASIC
program that is stored in the same drive and directory as the source file.
The data statements in the created .BAS file represent a hex image of the
bytes that constitute the source file's original binary (machine) code.
Source files of up to approximately 12,000 bytes can be converted while
staying within the usual 64K .BAS file limit.

By default, MAKEBAS presumes the source file has a .COM extension, but
other extensions (.WK1 for example) can be preserved by entering them as part
of the filename.

Files created with MAKEBAS can be reconverted to their original form
by being run under IBM BASICA, GWBASIC, Quick BASIC, Turbo Basic, or any BASIC
interpreter or compiler compatible with Microsoft BASIC. Note that up to 15
ASCII nulls may be added at the end of the restored binary file, but these
will not affect its operation.

In addition to converting executable code into a form that can be
sent, for example, over MCI Mail, MAKEBAS.COM is the program used at PC
Magazine to produce the BASIC listings of its utilities programs.


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