GR0 version 1.1

by Fox/Taquart


INTRODUCTION

GR0 is a simple tool that can change colors and font of DOS screen. It can setup it to look similar to Atari text mode.

CHANGES

Version 1.1


USAGE

You can run GR0 without any parameters to see available options. They are:
/a
Set Atari scheme. It is equivalent to options /b:1 /c:7 /n /l /x

/b:nn
Set background color nn, where nn is decimal number of range 0-15

/c:nn
Set foreground (letters) color nn, where nn is decimal number of range 0-15

/d
Set default PC font. Resets all characters.

/f:fname
Set external Atari font. Reads characters 0-127 from standard Atari font file (8*8*128). In 25 lines mode, font is resized. Default extension .FNT will be added to filename, if none given.

/i
Set characters 128-255 to inverse of 0-127. /i can only be used with /a, /f or /x.

/l
Select 50 lines font. Without this option, 25 lines font is selected.

/n
Initialize text mode. Clears screen and restores default font and colors.

/x
Set Atari built-in font. Sets characters 0-127 to standard Atari font. It looks better with /l option.

In Windows, font changes only in full-screen mode. Colors and number of lines change also in a window.