home *** CD-ROM | disk | FTP | other *** search
- Pswdfile.bas simulates your proking program file. It has a password
- concealed in a string data statement. Compile this program to an .exe
- file and run it. It will print out the password secret.
-
- Pswdwrit.bas This program reads and searches the Pswdfile for the
- password secret. It then write in a new password called FOOEY.
-
- When you run pswdfile.exe again it will now print fooey on the screen.
-
- This is one way of compiling you program once and then writing a new
- password to the exe file each time you sell a new copy. By rewriting
- this program you could make hundreds of copies of your program at a time.
- Each copy could have a unique password.
-
- Lloyd - Spectra Tech Support
-