home *** CD-ROM | disk | FTP | other *** search
-
-
- To create a program that will unprotect a protected Basic file
- do the following:
-
- Boot DOS
- Load Basic or Basica
- Type DEF SEG <enter>
- Type BSAVE"UNPRO.P",&H400,&H8F <enter>
- Load the protected program with LOAD"filename" <enter>
- Type DEF SEG <enter>
- Type BLOAD"UNPRO.P",&H400 <enter> {fixed 10/1/85 - DCC}
- Type LIST <enter>
- Type SAVE"filename"
-
- That's it. The file should be unprotected !! You will have to make
- an UNPRO.P file for BASIC and BASICA. You will also have to create new
- ones when you change memory size, DOS or hardware configurations.
-
-
- Good luck, Larry....
-
-
-
- o create new
- ones when you change memory size, DOS or hardware configurations.
-
-
-