Dec 052017
 
Gans' mem-res disk/pgm activity logger v1.0.
File RESLOG.ZIP from The Programmer’s Corner in
Category System Diagnostics
Gans’ mem-res disk/pgm activity logger v1.0.
File Name File Size Zip Size Zip Type
LOGOFF.BAT 25 24 deflated
LOGON.BAT 28 25 deflated
RDLOG.COM 11672 7303 deflated
READLOG.BAT 828 331 deflated
RESLOG.COM 3801 1276 deflated
RESLOG.DOC 4782 2115 deflated

Download File RESLOG.ZIP Here

Contents of the RESLOG.DOC file


Eric Gans
French Dep't UCLA
Los Angeles, CA 90024

RESLOG.DOC
v1.0 (c) E. Gans
12/07/86

RESLOG is a memory-resident logging program that makes a
record of your computer use. Once loaded, it requires no user
intervention other than logging off before shutdown.

RESLOG writes its data to a monthly log file in the root
directory of your boot disk* called SYSmmyy.LOG -- the
file for December 1986 would be called SYS1286.LOG. It
enters the beginning and ending time of every COM and EXE
file you have used, and calculates the length of usage. This
raw data may be useful for income tax purposes. RDLOG.COM,
included in this archive, will produce summaries of total usage
in both alphabetical and numeric order.

In order to work properly, RESLOG must be given an accurate
date and time. It should normally be included in your
AUTOEXEC.BAT file, but you should be sure that the date/time are
set before it is loaded. PC real-time clocks generally require
you to run a program called something like SETTIME on startup in
order to enter their data into the system. When you run RESLOG
for the first time, check to see if it creates the proper month
file; if it makes SYS0180.LOG, relocate it after the date/time
setting functions. Since RESLOG does not use the keyboard
interrupts, it should be compatible with all other memory-
resident programs.

The default size for RESLOG's memory buffer is 2 K. This
makes the total memory occupied about 3 K. You may adjust this
figure anywhere between 256 and 20,000 bytes by using a "switch":
enter RESLOG /nnn to set its buffer size to nnn. This can be
done when you load RESLOG at the start of each session. A
smaller buffer size means the buffer will be written out more
frequently to disk.

If RESLOG doesn't find the LOG file it opened when it was
loaded, it will prompt you to insert the disk containing it.
Since RESLOG only writes to disk when control returns to DOS,
this should not interrupt the operation of your programs. If you
have a floppy system, you should set a large buffer size to avoid
frequent reinsertions of your boot disk.

Before you turn the computer off, you must run LOGOFF.BAT to
make RESLOG write out the contents of its memory buffer to disk.
If you decide to continue working, LOGON will cause RESLOG to
resume logging data. If you need to avoid batch files (for
example, if you already have a shutdown batch file that includes
other commands), you can use OFF.COM (and LOG.COM) directly.
The "~'s" are not ordinary tildes (ASCII 7Fh) but ASCII FFh,
normally blank. The batch files are provided only to make it
simpler to enter these names on the command line; this can
otherwise be done by holding down the ALT key and typing the
number "255" on the numeric keypad, followed by the rest of the
name.

*This is the drive mentioned in the COMSPEC environment
parameter; you can inspect it via the DOS command SET.

* * *

RDLOG.COM will make a summary of any LOG file created by
RESLOG. Written in the UNIX spirit, RDLOG handles input and
output via the redirection functions provided in DOS 2+. Thus to
make a summary of SYS1186.LOG to be put in a file to be called
SYS1186.RES, you enter:
rdlog sys1186.res
To send the output to the console filtered through MORE.COM:
rdlog Or to add this summary to a yearly summary file:
rdlog >log86.res

RDLOG accepts two switches: /n for numeric order (default),
/a for alphabetical order. You must enter both switches if you
want both alphabetical and numeric breakdowns.

To make RDLOG easier to use, I have included READLOG.BAT
which prompts you for the proper entries.
readlog 1186
is the equivalent of:
rdlog Enter READLOG alone for a description of the other available
options.

Archive contents

RESLOG.COM - memory-resident logger
RDLOG.COM - makes summaries of log files
OFF.COM - logoff program
LOG.COM - re-logon program
LOGOFF.BAT - used to log off RESLOG
LOGON.BAT - used to resume logging
READLOG.BAT - facilitates RDLOG usage
RESLOG.DOC - this file

Your suggestions for improvements to the original version of
RESLOG will be much appreciated.


 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)