TBRCS - Text Based Rudimentary Commandline System -- INSTRUCTIONS -- Every command is listed when typing /help To interact with the computer, type as you would normal, however you must type slower than normal, and use the left arrow to backspace, rather than the backspace key. You can type \n to create a new line, but it might not display properly in certain cases. You can always backspace newlines that you type in the input TurboWarp: https://turbowarp.org/1137283660?fps=60 -- SYSTEM FILES-- %system/loss - a compressed bitmap file %system/compressed_image - a compressed bitmap file %system/pre_1 - One of many image files. Files include pre_1, pre_2, pre_3, pre_4, pre_5, pre_6, pre_7, pre_8, pre_9, pre_a, pre_b. %system/documentation - A document file that contains all information about TBRCS. %system/image - Default yellow image %system/script - Instruction file that tests all aspects of TBRCS's operations. %system/notepad - a program that allows you to write text files (UNFINISHED) %system/unicode - an instruction file that displays all implemented unicode characters -- CONTROLS -- up arrow - instantly retype the last command you ran down arrow - backspace enter - input -- COMMANDS -- general: • exit - exits a program, otherwise stops everything • /help - shows every single command. • /systeminfo - displays information about the system filesystem: • files - displays all files. • open (FILE) - opens file with the designated path. • write (FILE) (DATA) - overwrites the content in a file. • read (FILE) - forcereads a file as a string. some files may load differently. • readRaw (FILE) - force reads a file as a string • paste - pastes whatever string is saved to the clipboard • copy (TEXT) - copies a string to the clipboard (can be used to run commands) • accessQAM - displays all QAM values • editQAM (NUMBER) - returns the specified value from QAM • closeimage - closes an open image other: • setcolor (3-digit hex) (3-digit hex) - sets the color of the text. • print (TEXT) - prints a string of text • BSOD (TEXT) - crashes TBRCS with specified crash message • getinput - opens the ask prompt and runs whatever you give it as an input. -- CHANGELOG -- v6-21-25a - Changed the 'read' command to open tasi files or instruction files in a list view. To still allow for raw reading, the command 'readRaw' has been added, which functionally, is the same as the old 'read' command. v6-18-25a - Started work on .tasi script files v5-14-25d - Started work on midi files v5-14-25c - Added a new image format; compressed bitmap. v5-14-25b - Optimized the console to only re-draw the whole screen when the total text changes. v5-14-25a - Added the ability to move the text cursor in order to insert text in your command. Backspace is now down arrow, and you have to press the backtick key to instantly re-type commands. v5-13-25b - Added eight pre-installed images under the name pre_1, pre_2, pre_3 etc. v5-13-25a - trying to add large images as data but it isn't working :( v3-29-25b - capital letter support added, but only works in turbowarp v3-29-25a - added lowercase letters (typing capital letters still unsupported due to i have to go to meeting) Full changelog available inside %system/documentation