All Projects → LoopZ → V8Power

LoopZ / V8Power

Licence: Unknown and 3 other licenses found Licenses found Unknown LICENSE BSD-3-Clause LICENSE.BSD GPL-2.0 LICENSE.GPL MIT LICENSE.MIT
Putting the power of an 8-cylinder engine under the hood of DOS batch files.

Programming Languages

assembly
5116 projects
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to V8Power

dungeons-of-noudar
A first person dungeon-crawler for DOS, written in C++, using software rendering and fixed point math
Stars: ✭ 36 (+20%)
Mutual labels:  msdos, freedos
jSH
A Javascript scripting engine for DOS
Stars: ✭ 79 (+163.33%)
Mutual labels:  msdos, freedos
DOSee
DOSee is a DOSBox based, MS-DOS emulator for the web
Stars: ✭ 24 (-20%)
Mutual labels:  dosbox, msdos
BOOTSTRA.386
A vintage 1980s DOS inspired Twitter Bootstrap theme
Stars: ✭ 6,359 (+21096.67%)
Mutual labels:  msdos
Kroha
A small language makes assembly less painful.
Stars: ✭ 30 (+0%)
Mutual labels:  nasm
cukinia
A simple on-target system test framework for Linux
Stars: ✭ 24 (-20%)
Mutual labels:  stdout
dos-game
A Dockerfile for running Docker based DosBox games streamed to a browser client.
Stars: ✭ 49 (+63.33%)
Mutual labels:  dosbox
wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+730%)
Mutual labels:  dosbox
snax86
A snake game written in x86 Assembly language for windows console
Stars: ✭ 21 (-30%)
Mutual labels:  nasm
std
stdout, for humans.
Stars: ✭ 17 (-43.33%)
Mutual labels:  stdout
AmpShell
A WinForms-based, lean and fast DOSBox frontend, for Windows (Linux and Mac coming soon !)
Stars: ✭ 29 (-3.33%)
Mutual labels:  dosbox
mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Stars: ✭ 57 (+90%)
Mutual labels:  nasm
reverse shell nasm
No description or website provided.
Stars: ✭ 15 (-50%)
Mutual labels:  nasm
fastoverflowtk
This Buffer Overflow Toolkit works through FTP, SMTP, POP, HTTP protocols as well file outputs for playlists exploiting customized variables/commands. Payloads can be generated through MSFVENOM or you can use your own ASM files.
Stars: ✭ 16 (-46.67%)
Mutual labels:  nasm
asm tutorial
Code samples for the Understanding Windows x64 Assembly tutorial.
Stars: ✭ 131 (+336.67%)
Mutual labels:  nasm
smag
Show Me A Graph - Command Line Graphing
Stars: ✭ 78 (+160%)
Mutual labels:  stdout
stdoutisatty
Make programs think their stdout is a tty / terminal.
Stars: ✭ 33 (+10%)
Mutual labels:  stdout
cmake-nasm-test
Building a nasm hello world app with cmake
Stars: ✭ 18 (-40%)
Mutual labels:  nasm
masm-tasm
run and debug TASM/MASM code in VSCode via JSDos, DOSBox and msdos-player
Stars: ✭ 115 (+283.33%)
Mutual labels:  dosbox
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (+36.67%)
Mutual labels:  msdos

V8Power Tools

Putting the power of an 8-cylinder engine under the hood of DOS batch files.

Copyright 2015-2021 Jerome Shidel.
Released under the GPL v2.0 License.


The V8Power Tools project is being designed in cooperation with Jim Hall for the FreeDOS™ operating system. It is intended to expand the functionality of scripts written using batch files and to provide them with a better looking user interface with increased functionality.


Compiling V8Power Tools

   Prerequisites

      8086 or better cpu.
      EGA or better video adapter.
      FreeDOS™ 1.1 or higher
      NASM™ for DOS version 2.14.02 or newer

   Compiling

      Ensure the NASM directory is in your path spec.
      Download the latest sources from GitHub.
      Run the mkV8.bat script.
      All executibles will be placed in newly created BIN directory.

   For lazy people, like me

      Precompiled versions are available at http://up.lod.bz/V8Power.


V8Power Tools Tested Compatibility

  • FreeDOS 1.1+

Limited compatiblilty of advanced features (no "set /p" batch support):

  • MS-DOS 6.2 and 6.22
  • PC-DOS 7.0, 7.01 and 2000
  • DR-DOS 7.03
  • DOSBox (i/o redirection or querying using stdout will NOT work using the built-in DOSBox shell. However, they work fine in DOSBox when a compatible shell like FreeCOM is used)
  • Windows 3.11 Shell
  • Windows 98 Shell and Command Line
  • Windows XP SP3 Shell (except vcursor)

V8Power Tools Usage

Here is some basic information regarding all utilities and how they operate.

  • Options, values and hexidecimal numbers are not case specific /f white is the same as /F wHIte.
  • Hexidecimal numbers may be prefixed with 0x to prevent them from being treated as base ten. (Example: 10 and 0x10)
  • Spaces are mostly optional. /B7/f0 is the same as /B 7 /F 0. But, not / B7 / F0.
  • To use a / or spaces in a value, put it in qoutes. Like "Jack and/or Jill".
  • Use multiple qoutes to use quotes. Like "Jack's house" or 'Say "What?"'.
  • Unless overriden, most utilities use the text attribute at the current cursor location.

Here is color table used for all /A, /F and /B switches:

DecimalHexLabel (Not case specific)
00x00Black
10x01Blue
20x02Green
30x03Cyan
40x04Red
50x05Magenta
60x06Brown
70x07Gray
80x08DarkGray
90x09LightBlue
100x0aLightGreen
110x0bLightCyan
120x0cLightRed
130x0dLightMagenta
140x0eYellow
150x0fWhite
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].