home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / filutl / pass30.dqc / PASS30.DOC
Encoding:
Text File  |  1985-02-10  |  1.4 KB  |  28 lines

  1.  
  2. PASS version 3.0 is NOT an assembled version of PST's PASS.COM for ZCPR.
  3. Instead, this is a novel little program that will install a password into
  4. any COM file.  The best way to explain is to give an example:
  5.  
  6.         A>DIR                                   <- the two files are on the dsk
  7.         PASS30  .COM  |  STAT    .COM
  8.         A>STAT                                  <- the original file is run
  9.         A: R/W 38k free
  10.         A>PASS30 STAT.COM                       <- PASS30 is invoked
  11.         Password? FREEDOM                       <- the PW is now set
  12.         A>STAT                                  <- someone tries to run it
  13.         Password? BARF                          <- oops, wrong pw, so warmboot
  14.         A>
  15.         A>STAT                                  <- let's try again
  16.         Password? FREEDOM                       <- proper pw entered, so run
  17.         A: R/W 38k free                            the program
  18.         A>
  19.  
  20.                                         Paul S. Traina
  21.                                         - 3/24/83
  22.  
  23. P.S. The author is unknown, whoever you are, kindly step foward.
  24.  
  25. P.P.S.  DO NOT run PASS30 over a program twice! then you will need to
  26.         enter TWO passwords (it has no way of "clearing" the pw, so
  27.         once it's set, it's locked in there.)
  28.