BCX Console Demonstration Program s06.bas

DIM a$, b$

b$ = COMMAND$

a$ = "The Command Line = " & b$

?  a$

Result:

The Command Line = One Two Three