home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxlog0b3.zip / rxlogin.doc < prev   
Text File  |  1997-01-07  |  2KB  |  37 lines

  1. RxLogin version 1.0b2 - Brought to you by darkpoet productions, inc.
  2.         ------------------------------------------------
  3.  
  4. RxLogin is a really simple way of securing your OS/2 machine - the program
  5. is designed to simply keep prompting for a password until the correct one
  6. is entered.
  7.  
  8. The program will not echo the characters typed - instead, one '*' is
  9. displayed for each key pressed. The program will keep accepting letters
  10. until the enter key is pressed, allowing for password strings that can be
  11. as long as needed.
  12.  
  13. RxLogin can take one parameter - the password can be passed to it on the
  14. command line. If there is no command line parameter, rxLogin will prompt
  15. the user for one to use.
  16.  
  17. Usage:
  18.  
  19.   rxLogin [password]
  20.     [password]          : optional text password
  21.  
  22. I would suggest installing this in your CONFIG.SYS with a line similar to:
  23.  
  24.     RUN=E:\BIN\rxLogin HELPME!
  25.  
  26. which would prevent boot-up from completing until the password (HELPME!) is
  27. entered.  Just make sure you don't forget the password.  *grin*
  28.  
  29. Since Digital Productions is no longer supporting this program, I've taken it
  30. upon myself to revamp the coding, add color, and maybe put in some more options
  31. as time progresses.  This program is emailware.  All I ask if you use this, is
  32. send me mail, stating how you use it, what you'd like to see added into it, or
  33. something, just so I know what's happening with this program.  You can contact
  34. me at darkpoet@bellsouth.net, and my web page/zine will be coming up soon, at
  35. http://www.pcrealm.net/~darkpoet.
  36.  
  37.