CALL CREATEDISK
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")