home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / os2 / rxlogin.zip / rxlogin.doc < prev   
Text File  |  1993-09-08  |  996b  |  28 lines

  1. rxLogin version 1.0 -- Brought to you by Digital Productions
  2.         ----------------------------------------
  3.  
  4. rxLogin is a very 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. Useage:
  18.   rxLogin [password]
  19.     [password]          : optional text password
  20.  
  21. I would suggest installing this in your CONFIG.SYS with a line similar to
  22.     RUN=E:\BIN\rxLogin HELPME!
  23. which would prevent boot-up from completing until the password (HELPME!) is
  24. entered.
  25.  
  26. -----cut-here-----
  27.  
  28.