Search found 6 matches
- 30 Jul 2017 08:44
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Re: Terminus.bat (Work in progress)
echo Terminus is designed to replace Command Prompt, since Command Prompt is way more difficult echo and hard to navigate. Instead of having to look everything up online, you can use echo the command "commands" or "cmd" to bring up all the commands and what they do. The command ...
- 30 Jul 2017 06:02
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Re: Terminus.bat (Work in progress)
The exact idea me and some other programmers like TSnake, DarkBatcher (the creator of Batbox) have. To create a simplified yet efficient Command Prompt (and hopefully an advanced programming language similar to Batch). I call Batch++, DB and TSnake call it Dos9, you call it Terminus. Our goal is to...
- 30 Jul 2017 05:59
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Re: Terminus.bat (Work in progress)
I got the impression from the code that the point was to offer the command line, but with the added feature of a list of all the possible commands that could be run. That same thing would be accomplished with the HELP command. I'm not sure if I understand what you're saying. echo Terminus is design...
- 29 Jul 2017 21:23
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Re: Terminus.bat (Work in progress)
ShadowThief wrote:I got the impression from the code that the point was to offer the command line, but with the added feature of a list of all the possible commands that could be run. That same thing would be accomplished with the HELP command.
I'm not sure if I understand what you're saying.
- 29 Jul 2017 19:03
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Re: Terminus.bat (Work in progress)
My point was to make it simple. I want people to use the source code to their advantage, and I wanted it to be understandable to beginners in Batch. It was meant to be simple, so therefore longer. Soon enough, though, it'll be too long for people to fork out the code, it'll become long enough to whe...
- 29 Jul 2017 14:24
- Forum: DOS Batch Forum
- Topic: Terminus.bat (Work in progress)
- Replies: 12
- Views: 9079
Terminus.bat (Work in progress)
I'm currently working on a batch program called "Terminus" which is supposed to be a simplified Command Prompt. It's still a huge work in progress, but I've just recently updated it. Click here for the GitHub page for source code and download. Feel free to fork out the code and make your o...