MPE/iX Quick Reference Guide (32650-90881)

Chapter 1 15
Command Descriptions
Commands Syntax
BBASIC
Starts execution of the HP Business BASIC/V interpreter in compatibility mode.
BBASIC [
commandfile
][,[
inputfile
][,
listfile
]]
BBASIC
BBASICGO
Compiles, prepares, and executes an HP Business BASIC/V program in compatibility
mode.
BBASICGO
infile
[,
listfile
]
BBASICGO MYPROG,LISTFL
BBASICOMP
Compiles an HP Business BASIC/V program in compatibility mode.
BBASICOMP
infile
[,[
uslfile
][,
listfile
]]
BBASICOMP MYPROG,OBJECT
BBASICPREP
Compiles and prepares a HP Business BASIC/V program in compatibility mode.
BBASICPREP
infile
[,[
progfile
][,
listfile
] ]
BBASICPREP MYCOMDS,MYPROG
BBXL
Initiates execution of the HP Business BASIC/XL interpreter.
BBXL [
commandfile
][,[
inputfile
][,[
listfile
]]] [;XL=
xllist
]
BBXL
BBXLCOMP
Compiles an HP Business BASIC/XL program.
BBXLCOMP
textfile
[,[
objectfile
][,
listfile
]]
BBXLCOMP MYPROG,OBJECT
BBXLGO
Compiles, links, and executes an HP Business BASIC/XL program.
BBXLGO
textfile
[,[
listfile
]] [;XL=
xllist
]
BBXLGO MYPROG,LISTFL
BBXLLK
Compiles and links an HP Business BASIC/XL program.
BBXLLK
textfile
[,[
progfile
][,
listfile
]]