Using The Dos Support Symbols: > And; Wedge (>) Symbol (See Dos Support) - Commodore 2031 User Manual

Hide thumbs Also See for 2031:
Table of Contents

Advertisement

Start with a cold start condition by resetting both the computer and disk drive
and insert the TEST/DEMO disk in drive 0.
STEP 1.
Type: LOAD"*",8 and press RETURN.
The screen displays:
READY.
LOAD"*",8
SEARCHING FOR *
LOADING
READY.
STEP 2.
Type: RUN and press RETURN.
This will cause the DOS Support program to be executed. This pro-
gram will relocate itself into the top of the user memory, where it
will coexist with programs which are entered later. DOS support will
not need to be reloaded until the computer is reset. The following
special symbols, once implemented, will simplify the entry of disk
commands.
USING THE DOS SUPPORT SYMBOLS: > and @
Once DOS SUPPORT is implemented, preceding disk commands with
PRINT#lfn or enclosing them in quotation marks is no longer required: precede
the disk command with either the greater than symbol (>) or the at-sign (@). The
examples in this manual use the > symbol.
Examples:
>I0 is the same as PRINT#1,"I0"
>S0:FILE1 is the same as PRINT#15,"S0;FILE1"
The OPEN statement is NOT required before a statement.
The > symbol can also be used to load a diskette directory. Normally the
directory is loaded with LOAD"$dr",8 but this command destroys any program
you might have in memory. When you use the > symbol, the directory is printed
directly to the screen, thus preserving the data in the computer's memory.
Example:
>$0 means display the entire directory
>$0:Q* means to display all the files on the drive
72

Advertisement

Table of Contents
loading

Table of Contents