z80playground / cpm-fat

CP/M for the Z80 Playground that runs on the FAT disk format
GNU General Public License v3.0
20 stars 9 forks source link

MBASIC can save lowercase filenames #59

Open z80playground opened 3 years ago

z80playground commented 3 years ago

Go into mbasic, write a program, then type: SAVE "lower.txt" This will save a file with a lowercase name that you cannot delete from within CP/M. Really the BDOS should force all names to be in uppercase, even if the originating program doesn't already do that.