Skip to content

Language guide

cheveron edited this page Jun 1, 2020 · 30 revisions

Disks and DOS

In SE Basic IV, the DOS is integrated into BASIC and there is no SHELL command.

Statement Description
CHDIR Change current directory.
COPY Make a copy of a file.
FILES List the files in the current directory.
KILL Delete a file on a disk device.
MKDIR Create a new directory.
NAME Rename a file on disk.
RMDIR Remove a directory.

Clone this wiki locally