home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY3 / PASSWORD.ZIP / PSWD.DOC next >
Text File  |  1990-10-31  |  702b  |  17 lines

  1. Pswdfile.bas simulates your proking program file.  It has a password
  2. concealed in a string data statement.  Compile this program to an .exe
  3. file and run it.  It will print out the password secret.
  4.  
  5. Pswdwrit.bas This program reads and searches the Pswdfile for the
  6. password secret.  It then write in a new password called FOOEY.
  7.  
  8. When you run pswdfile.exe again it will now print fooey on the screen.
  9.  
  10. This is one way of compiling you program once and then writing a new
  11. password to the exe file each time you sell a new copy.  By rewriting
  12. this program you could make hundreds of copies of your program at a time.
  13. Each copy could have a unique password.
  14.  
  15. Lloyd - Spectra Tech Support
  16.  
  17.