#msdos #os #dos S-DOSBox is a cheap remake of DOSBox. Note: This version of the project uses pen text. The original scratch list version can be found in my profile. Fits 60 characters per line instead of 80 :( -------IMPORTANT STUFF BELOW!!!!!! READ!!!!!------- Use turbowarp and enable turbo mode + 60 fps for epik: https://turbowarp.org/1149616977?turbo&fps=60 19.03.2025: the project currently uses a really bad text render system and you should use turbo mode for a faster but flickery render. (hold shift and click on the green flag to enable) also note that i havent implemented all lowercase letters yet which means that the text may be unreadable!!! 20.03.2025: the pen text system became better but it would be nicer if it loaded a bit more instantly. (USE TURBO MODE NOW!) 22.03.2025: MAJOR OVERHAUL!!! Replaced the font with the real Codepage437 font and increased the total row limit to 17 rows! 26.04.2025: Added Russian language support (Codepage 688) 27.04.2025: Added highlighted text (Gray BG, White text). Format: <i>example</i> 09.06.2025: Added SIX different text highlight colors! Blue, Green, Toothpaste, Red, Magenta, Orange and Black! Example: <r>Red text</r>. The letters are the same as the color names first letter. (EXCEPT BLACK. It uses "K") 20.06.2025: FINALLY SUPPORTS A LOT OF COLORS PER SINGLE ROW!!! It might bug out and stop showing everything tho COMMANDS THAT EXIST: (11) [+1 easter egg] ATTRIB MOUNT MOUNT (directory) CHOICE CLS EXIT ECHO (echo) ECHO (contents) > (filename).TXT HELP PAUSE TIME TYPE VER Bonus command: RMF to remove all files... Another bonus command: PCMODE. It disables scratch's textbox (you will still encounter it sometimes though). Not all commands are supported on pc mode yet, but to erase characters you need to press Left Arrow instead of Backspace When you're in the pc mode, you can press Up Arrow to paste your last commands. Use Down Arrow too to scroll down the last commands
There's only one directory you can mount: C C:\SCRTCHDF Mounting: MOUNT C C:\DIRECTORY Creating text files: ECHO (Contents) > (Filename).TXT (The filename can only be 8 characters long maximum) ===============UPDATE LOG=============== (this update log is from the old version!) 28.07.2024 - added Z:\> before inputs 29.07.2024 - fixed a thing where you could mess up the command order so you could say something like "gibberish echo gibberish" and it would appear as "rish echo gibberish" 11.01.2025 - added poorly enhanced mount system. Later i'm gonna add the ability to switch drives (e.g. - Z:\>C: - C:\> and vice versa) 11.01.2025 (~22:30 GMT +3) - added a "debug" counter at the top left that counts the total amount of rows 12.01.2025 (~19:XX GMT +3) - added a poor .TXT file creation system (see Instructions) and a "Files" screen (also Instructions) Really sorry for the messy code