Skip to content

Instantly share code, notes, and snippets.

@Azaciel
Azaciel / Terminus.bat
Last active August 6, 2017 22:51
This is Terminus, I tried to make a more simple command prompt for Windows. You can download this file any time and the source code is here so you can add your own things. It's not entirely finished, so don't get too awfully excited. This isn't finished for a reason so that people can finish it on their own that are more experienced than I am.
:main
@echo off
:: WELCOME TO THE OPEN SOURCE TERMINUS ::
:: FEEL FREE TO EDIT YOUR OWN VERSION, BUT GIVE ME CREDIT PLEASE ::
:: A NEW LINK FOR TERMINUS IS HERE: https://terminus174.wordpress.com/ PLEASE VISIT IT FOR UPDATES AND SUCH ::
title Terminus
echo For help, use "cmd" or "help" for all the commands regarding Terminus.
echo If you want information on Terminus, use "info".
echo Be sure to check the GitHub page for updates.
echo.