Dec 172017
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 =
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