home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / password.lbr / PASSWORD.DZC / PASSWORD.DOC
Encoding:
Text File  |  1993-10-25  |  768 b   |  23 lines

  1.         PASSWORD.ASM            Version 1.0
  2.      By Bo McCormick       8/6/81
  3.  
  4.  This is a program that adds password protection
  5.  to programs. Format:
  6.  
  7.  PASSWORD name_of_file
  8.  
  9.  Then answer the prompt with the password to be
  10.  applied to the program:
  11.  
  12.  Password : enter password here
  13.  
  14.  If everything goes well, the program will be saved to disk.
  15.  If not, a message is printed and control is passed
  16.  to the CCP.
  17.  
  18.  The good part of this is, when you type in the program
  19.  program name next time, instead of running the program
  20.  right away, the program asks you for the password. If you
  21.  reply with something other than the original password, the
  22.  program doesn't run, and it returns to the ccp.
  23.