Changes
On File
,'''On File''' Database Management System was released in June 2024 by [[KSL]] in order to celebrate the anniversaries of CPC (40 years!) and CP/M-80 (50 years!). On File is a business application similar to the MSDOS-era PC applications and one of the most recent (2024) projects developed for CP/M. On File database is disk-based, quick and reliable. It uses the entire CPC screen as the platform for the records; thus there is plenty of space to store large amount of data. In addition, a wide variety of characters and symbols can be included in the records, hence the database can contain data beyond the typical and traditional text type. Setting up a new database using On File is very easy and can be performed in three steps: 1) start the new file system by resetting the database and the master record, 2) frame/draw and edit the structure of the master record, 3) append new records in the database. The database is fully dynamic, thus the user can modify the master record as well as any record anytime. Furthermore, the database can be either flat or relational. Children records include the ^ symbol followed by the relational key and one space, for example ^Z80 . Parent records include the relational key (not the ^ symbol) followed by one space, for example Z80 . Every record has its own unique filename, stored in the disk drive. On File capacity is 200 screen records (equal to 400 KB), it is thus an ideal application for the 20 MB [[Dobbertin Harddisc]] which supports up to 512 file entries as well as [[ROMDOS]] or [[ParaDOS]] 80 track disks. <br>
As per [[Cosmos]], On File has been developed on the basis of all the hardware peripherals as well as the software that were (contemporary) available for the CP/M and the CPC6128. It also includes a graphics screen saver, is based on the [[Dobbertin]] version of CP/M 2.2 (v1.2) which provides 59 KB TPA, it supports the RAM expansion and the 20 MB hard disk. The original disk contains some demo master records (*.002 files), some demo records as well as the boot sectors for CP/M 2.2 (v1.2). <br><br> A software extender (On File Register Book) which runs using the RAM expansion will be released in summer 2025.
== Download ==