>VeryOS_

Download VeryOS

====About VeryOS====

I originally wanted to make a small command prompt with a few commands specifically for whatever I needed for my projects, like Arduino, RTL-SDR, etc. But my kits were taking weeks to deliver, so I started making some commands and keeping it simple because I didn't like memorizing commands or having commands like "cat" for reading a file. After making a few commands, I studied more and started coding more, becoming dedicated to developing this. At one point, I realized the potential of the simplicity of using my program, so I thought of taking this project seriously and actually making it as useful as something like MS-DOS. And since then, I just grinded. I kept the syntax and commands simple because, just imagine the potential: how easy would it be for new people to use a terminal with something like my program instead of starting with commands like "cd", "cat", "pwd", "mkdir", or "echo"? You can't know what those do until you study them, and the help command is not very helpful in other terminals, but mine actually does help. Maybe one day this will be introduced into the school curriculum to help students get used to using a terminal, typing commands, syntax, etc., with laptops having VeryOS pre-installed instead of FreeDOS, so it's more user-friendly. I also want to make it very functional, and in the future, I will add two names for the same command. For example, "mkdir" and "create directory" would work the same and do the same thing. But why have two names? Well, one name is for new users, to be more user-friendly, and the other is for experienced users with some knowledge, so they can be quicker and not have to make basic tasks more complicated.