
	Contents of DOS_LOG.ZIP
	-----------------------
	LOG.ASM				Assembly source code for LOG.COM
	LOG.COM				Executable DOS logging TSR file
	README.TXT			The file you are now reading

	<< This file CAN be freely distributed. >>

	NOTE - This program will not work properly if you are using
	DOSKEY. The reason for this is that DOSKEY changes the normal
	command line entry method. I recommend an alternative program
	like NDE.COM by Peter Norton.

	What the program does
	---------------------
	Let's say you leave work today and turn your computer off as
	you normally do everyday, but tonight one of your co-workers
	has a plan to go shuffling through your files. Your boss has
	told everyone in the company that all computers must remain
	accessible by him at anytime, so you can't lock your PC.

	What you can do however is place LOG.COM at the end of your
	AUTOEXEC.BAT when you leave and the next time the PC is booted
	all DOS commands will be logged in a file in the root called
	LOG.DAT. The next morning you'll at least know that someone
	has been using your PC without permission.

	Example of LOG.DAT file		< catching tom's actions >
	-----------------------
	04-14 17:00 edit autoexec.bat
	04-14 22:09 cd c:\accounts\employee\tom
	04-14 22:10 dir /w
	04-14 22:10 more < salary.scl
	04-14 22:13 date
	04-14 22:13 02-11-1994
	04-14 22:14 time
	04-14 22:14 12:03
	04-14 22:14 edit salary.scl
	04-14 22:30 del salary.bak
	04-14 22:30 cd \
	04-15 07:10 type log.dat

	General Disclaimer
	------------------
	It's not my fault!
	Blame your parents.

	Comments or Questions
	---------------------
	Please send comments or questions to:
	c600689@mizzou1.missouri.edu
