Short: Rexx script to log access to your amiga. Author: Steve@unreal.demon.co.uk Uploader: Steve unreal demon co uk Type: util/rexx Architecture: m68k-amigaos MigLog: ======= +---------------------------------------------------------------------+ | | | MigLog is Cookie Ware - If you want to keep it, send me Cookies! ;) | | | +---------------------------------------------------------------------+ WHAT IS IT? ---------- Put bluntly its a small security script. It writes a small log every time your computer is turned on. This enables you to find out whether or not someone else in your family is using your computer without you knowing. INSTALLATION? ------------- This part is easy. Just copy the rexxsupport.library and the rexxarplib.library to libs: (you may already have one or both of these...in which case don't bother) THEN....type, in a shell, "rx {path to miglog}miglog install" (it is case sensitive for the last command) here is an example shell of how to go about it..... +--------------------------------------------------------+ | | | 1> Copy DH1:MigLog/Libs/#?.library Libs: | | | | rexxsupport.library copied | | rexxarplib.library copied | | | | 1> rx DH1:MigLog/miglog install | | | +--------------------------------------------------------+ Replace DH1: with the path to your MigLog directory. CONFIGURATION? -------------- Nope...nothing to do here! ;) HOW IT WORKS: ------------- Whenever the computer is turned on the program MigLog is loaded from WBSTARTUP. This writes a small log in rexx:LoginTimes The log will be named after the DATE and the time. For instance..... 19960620-691 19960620 is the date. Split up it means...1996 (the year) 06 (the month) 20 (the day) The 691 is the time.....The format is MINUTES from 12:00 midnight. To view the EXACT time that someone used your computer simply load up the file in a text editor/viewer (eg: more) You will be presented with a line that tells you the EXACT time that someone accessed your computer. OTHER FUNCTIONS: ---------------- There are several arguments that can be added when MIGLOG is activated through a shell or by any text input. rx miglog install Installs Miglog correctly on your system (see INSTALLATION) rx miglog clean Cleans out ALL old log files from s:LoginTimes (useful for regaining disk space) LEGAL STUFF: ------------ Can't be arsed to write much.....basically, I cant be blamed for ANYTHING that goes wrong. I mean....I didnt write this FOR you....I wrote it FOR me ;)