My project opens up a console window and acts as if it's a command line. I call it the HORSE console.
To use, simply install the .exe file. Then run the .exe file. Microsoft Windows Defender might stop you from running it. To continue, click "More Info" and then click Run Anyway.
There are many commands; here is the list:
-
filenew -creates a new file
-
fileread -reads a file
-
filewrite -writes to a file
4 .foldernew -creates a new folder
-
sumof -adds two numbers
-
diffrenceof -finds the difference of two numbers
7 .productof -finds the product of two numbers
- quotientof -finds the quotient of two numbers
9.sin() -finds sin(inputed_angle)
10.cos() -finds cos(inputed_angle)
11.tan() -finds tan(inputed_angle)
12 .color -changes text color (blue, light blue, purple, red, yellow, green, white)
NONE of the commands have parameters in the first line; the command line will ask you for them. If you need help, you can type "help" into the console to get the same list.
THINGS TO REMEMBER:
- All file commands need a path to work; for example, C:/MY_FOLDER is a path. If no path is specified, the file will default to the path of the .exe file.
- The commands cannot have uppercase or spaces in them, commands with uppercase letters or spaces will not work!
- This command line is not a finished product and will have bugs. If you see any bugs, please report them so I can fix them.
Features:
- File system
- Arithmetic
- Console Customization To see the commands, type "help" in the command line!!