CALL CREATEDISK
This page was last modified 22:52, 17 May 2020 by Mars2000you.

Contents

Effect

Creates a new disk image without formatting it. The created disk image is full of 0xff characters.

Note: experimental and not fully implemented instruction (currently limited to 720kB disks)

It's therefore recommended to use on PC the Disk Manager utility, available here to creating new formatted disk images and adding files to them.

Syntax

CALL CREATEDISK ("<DiskName>")

Parameter

<DiskName> is the name of the new disk image.

Example

CALL CREATEDISK ("TEST.DSK")

Related to

CALL FORMAT

Compatibility

RookieDrive BASIC