DIR
List contents of the current directory
EXIT
Quit the Command line application
QUIT
Quit the Command line application
CLS
Clear screen
CD
Change Directory – for example if there is a sub-directory called TEST, CD TEST
will make TEST the current directory. The command prompt will change from $
(meaning root directory) to TEST$.
DEL
Delete a specified file or directory. Directories must be empty before they can be
deleted.
MKDIR
Create a specified directory. For example MKDIR TEST creates a sub-directory
called TEST.
RENAME
Rename a file or directory. For example RENAME TEST TEST1 renames the sub-
directory called TEST to TEST1
COPY
Copy a file. For example COPY TRACKER TRACKERBAK makes a copy of the
file TRACKER called TRACKERBAK
TYPE
writes the contents of a file to the screen. For example TYPE TRACKER will write
the TRACKER file to the screen.
EDIT
opens the specified file in the Text editor. For example EDIT TRACKER opens the
file named TRACKER in the Text editor.
RUN
runs the specified file in the Command line screen, printing any output directly to
the Command line screen. For example RUN TRACKER runs the TrACKER
program.
U4B operating manual Rev 1.00
16
Содержание U4B Ultimate4
Страница 54: ...U4B operating manual Rev 1 00 54...