J-Software Dos Utilities Pack I
===============================

J-Software Productions
All programs Copyright(c): Juha Jokinen 2000-2002

Includes following programs:

BASCALC        Calculates how many used, remark or empty lines there is in 
               Basic program
C              Shell calculator
FLOPC          Calculates how many disks a proram/archive takes
KEYLOCK        Locks keys with code
LIGHT          Turns computer into light device
SAVEDIR        Saves current location
TESTKEY        Shows key&character values
WIN2DOS        Converts Windows-TXT to DOS-TXT

BASCALC
-------
Use:
BASCALC [<filename>]

If filename is not given, Bascalc will ask for it.
Shows how many program lines and empty or remark lines there is in a Basic-
program.

C
-
Use:
C <number> +|-|*|/ <number>

Calculates simple calculation fast.

FLOPC
-----
Use:
FLOPC <filesize>

Calculates how many disks given file takes.
<filesize> must be Kilobytes.

KEYLOCK
-------
Use:
KEYLOCK <code>

Locks keyboard with given code. DOS can be used again after right code is
given.
<code> can be any numeric value.

LIGHT
-----
Use:
LIGHT

Makes computer screen bright, so you can see in dark.

SAVEDIR
-------
Use:
SAVEDIR

Saves current location in hierarchy tree and makes a batch called RESDIR to
C:-drive root so location can be restored further with RESDIR-command.

TESTKEY
-------
Use:
TESTKEY

Useful for programmers, shows the keyboard scan code for pressed key.

WIN2DOS
-------
Use:
WIN2DOS <oldfile> [<newfile>]

Converts Windows TXT-files to DOS-TXT. If no newfile is given, oldfile.DOS is
used as target.
