LOGGER.EXE   V1.1   Copyright 1992 by Thomas Hofmann
----------------------------------------------------

LOGGER is normaly part of ANT V1.5 (Advanced Netware Tools)
       Demo as ANTOOL.ZIP in NOVLIB.                               
       
LOGGER is one possible way to log program-usage.
It was written to control access by the user and how often the program 
itself was invoked.


If LOGGER.EXE is invoked, a Logfile is created in SYS:PUBLIC
The file is named after the first parameter passed to LOGGER.


USAGE of logger :
----------------------------

Include logger in a batch-file :

.@echo off
.rem syscon.exe         [old progstart]
.logger syscon.exe      [new progstart]
.

[logfile will be : SYS:PUBLIC/SYSCON.LOG]


OR

.@echo off
.rem pdoxrun -stack 15 test
.logger pdoxrun.exe -stack 15 test
.

[logfile will be : SYS:PUBLIC/PDOXRUN.LOG]


---------------------------------------------------------------
LOGGER.EXE is released as shareware but without any fee !
It must not be used in a company or business.
For this you must contact the author !

You must not do any changes to LOGGER.EXE and LOGGER.TXT.
---------------------------------------------------------------
All rights reserved by

Thomas Hofmann
Brueder-Grimm-Str. 16
D-6466 Gruendau 2
GERMANY

CIS  100042,21


