use left arrow key for backspace user commands dir -- prints files that are currently in C:\ echo [value] -- prints [value] onto screen color [number] -- sets background color to [number] type in a filename to open the file (you have to include the file extension, e.g. .txt or .bat) cls -- clears the screen making a .txt file to make a .txt file, unhide C:\ list and add the name of your .txt file with the extension. then to add text to the file make a new line in the list and add a space at the start of the text or else it will not work. to add multiple lines of text simply create multiple lines in the file. making a .bat file do the same with making a .txt file, but instead use these commands to make SC-DOS do stuff echo [value] -- prints [value] to screen goto [number] -- goes to line [number] in batch script color [number] -- sets background color to [number] batch files have 3 commands user has 3 commands
one of my friends (ratter) on scratch told me to try and do this. i thought it would be fun to try and so here i am. version 11 added title screen and the rest of ascii characters (a lot of them are not type-able) version 10 faster rendering version 9 added cls command version 8 fixed c key not working version 7 added images version 6 fixed space for some reason not existing version 5 added backspace version 4 figured out how to implement enter key and period key version 3 added color command for user and batch version 2 added batch files added echo command version 1 release