Instructions
Press "Start" and type "cmd." Press "Enter" to open the MS-DOS prompt.
Type "edit test.bat" and press "Enter," bringing you to a blue screen where you can type in your game code.
Type in your game code. Depending on the game, the exact code you will type will vary, but each game employs the same important codes: "echo" to print text, "color" to change the text color, "title" to name the program, "goto" to go to a certain block of text, "if %input%" for commands and "set /p input" for labeling.
Press "Alt" and "F" to open the file section of the menu bar. Press "X" to exit, and press "Enter" to save your batch file.
Open MS-DOS again and type "test" to run your game.