The ct BASIC program invokes the copy command and copies the specified items to the terminal.
Syntax
ct file.reference itemlist* {(options)} |
Parameter(s)
options |
n |
Integer number that specifies the number of items to copy. Typically used for copying data for test files. |
a |
Activates assembly mlist format. |
|
f |
Outputs a form feed between each item. |
|
i |
Suppresses the display of item-IDs. |
|
n |
Activates the nopage function on output. |
|
s |
Suppresses the display of line numbers. |
|
x |
Outputs in hexadecimal. |
Example(s)
ct dm,bp, term-type |
See Also