An alternative command prompt (Dos9)
Posted: 20 Apr 2014 05:58
Hello guys !
I woulld like to present a free (as in "freedom" ) cmd-like command prompt called Dos9 to you. I've been programming this for some time now, and I think is now mature enough to be released more publicly. It not big enough to replace cmd.exe completly (though it has been a goal from the begining), but I hope it can grow.
I have been using batch on windows for years, and despite the fact that batch is really powerfull, it as several inconsistencies due to its syntax (and the way it is actually parsed). It also appeared it was bound to dissapear because of the lack of newer features that it need (like command substitution, for example "$(command)"), and it would be sad if it does. So that I decided to create my own command prompt in order to make working things that I wanted to work.
It now supports a large part of cmd.exe features, like common commands, block-level redirection, redirections, pipes, expansion FOR and IF command.
If you're interrested, you can take a look at http://sourceforge.net/projects/dos9/ to learn more or download source code or binaries.
Fell free to contribute, submit any suggestion, code, fixs or whatever. I would also like to recieve comments and what you think about it
@+
I woulld like to present a free (as in "freedom" ) cmd-like command prompt called Dos9 to you. I've been programming this for some time now, and I think is now mature enough to be released more publicly. It not big enough to replace cmd.exe completly (though it has been a goal from the begining), but I hope it can grow.
I have been using batch on windows for years, and despite the fact that batch is really powerfull, it as several inconsistencies due to its syntax (and the way it is actually parsed). It also appeared it was bound to dissapear because of the lack of newer features that it need (like command substitution, for example "$(command)"), and it would be sad if it does. So that I decided to create my own command prompt in order to make working things that I wanted to work.
It now supports a large part of cmd.exe features, like common commands, block-level redirection, redirections, pipes, expansion FOR and IF command.
If you're interrested, you can take a look at http://sourceforge.net/projects/dos9/ to learn more or download source code or binaries.
Fell free to contribute, submit any suggestion, code, fixs or whatever. I would also like to recieve comments and what you think about it
@+