Dec 172017
 
Validate password in batch files.
File ACCESS.ZIP from The Programmer’s Corner in
Category Batch Files
Validate password in batch files.
File Name File Size Zip Size Zip Type
ACCESS.DOC 940 502 deflated
ACCESS.EXE 4640 2883 deflated

Download File ACCESS.ZIP Here

Contents of the ACCESS.DOC file


This is a very simple program intended to restrict access to a computer
when left momentarily unattended.

usage: ACCESS

You can call it from a batch file or from the command line. Next thing
you'll see it's a blank screen and the message "Password:" on it. If you
don't give it the right password in three chances, it will not return
to the batch file or command line.
Example of calling it from a batch file:
ECHO OFF
ACCESS ANY_WORD_YOU_LIKE
ECHO ON
.
.

This program was adapted from one I developed for a Novell network, on that
version the program does logout after the three chances with the password.
It's not intended against a serious attack (you can still use resident
programs, for instance), the only defense against that still it's a good
padlock.
Hope it can be useful to you.
= ROBERTO RUIZ =


 December 17, 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)