We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

exo-console

This is a little utility for color output, cursor positioning, text formatting and other useful stuff for BAT/CMD/PS1 scripts.
Written in assembly language for x86 architecture using NASM.

Basic tutorial: https://www.youtube.com/watch?v=8VQdS8RhVP0

OS support:
From Windows XP (2000 possible, not tested) to any new Windows.

Purpose:
– Make writing batch (bat/ps1) scripts easier.
– Add more functionality to cmd.exe
– Enhance the look of your scripts.
– Educational purpose for learning assembler language.
– Just a hobby project for me. I like writing in assembler.

Some principles:
– Size of this program shouldn’t be larger than 64 KB. I’ll split it if so.
– I want this program to be fully multi-threaded. So any arguments can be executed in a separate thread.

The archive contains:
– Source code.
– Binary.
– License information.
– Arguments list and examples (file exo.txt).

This program is under BSD 2-Clause License.

This program also kills JAVA developers.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://exo-console.sourceforge.io
Tags
License
Platform
Features
  • Colored text output, text formatting
  • Sleep functionality, loops, countdown/countup
  • Manipulating of the cursor's position/size/visibility
  • Pause functionality, choice.exe functionality, pseudo-graphic choice
  • Edged text (like menus, buttons, etc), hidden input (good for taking passwords)