home *** CD-ROM | disk | FTP | other *** search
-
- Program Documntation - Security -
- Written by David Eisner
-
- Files:
- SECURITY.DOC - this file
- SECURITY.PWD - user data file
- SECURITY.COM - security
- SECURITY.PAS - security source code
-
- The .PWD file must be configured to your needs
- this file sould have three lines...ONLY
-
- line 1. > system identifier currently John Doe
- line 2. > user currently john
- line 3. > password currently password
-
- Security.Com can be called from your autoexec.bat file
-
- sample:
-
- break off
- echo off
- security
- break on
-
- This program lends itself to many modifiactions and improvements
- and is intended as a demonstration. It will trap the casual passerby
- or nosey stranger, but as written, can be relatively easily circumvented
- by an experienced user.
-
- Enjoy !
-
-
-
-
-
-