home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / basunpro.arj / UNPROTCT.IBM < prev    next >
Encoding:
Text File  |  1985-10-01  |  768 b   |  29 lines

  1.  
  2.  
  3. To create a program that will unprotect a protected Basic file
  4. do the following:
  5.      
  6.           Boot DOS
  7.           Load Basic or Basica
  8.           Type DEF SEG <enter>
  9.           Type BSAVE"UNPRO.P",&H400,&H8F <enter>
  10.           Load the protected program with LOAD"filename" <enter>
  11.           Type DEF SEG <enter>
  12.           Type BLOAD"UNPRO.P",&H400 <enter>  {fixed 10/1/85 - DCC}
  13.           Type LIST <enter>
  14.           Type SAVE"filename"
  15.  
  16. That's it. The file should be unprotected !! You will have to make
  17. an UNPRO.P file for BASIC and BASICA. You will also have to create new
  18. ones when you change memory size, DOS or hardware configurations.
  19.  
  20.  
  21.           Good luck,    Larry....
  22.  
  23.  
  24.  
  25.                     o create new
  26. ones when you change memory size, DOS or hardware configurations.
  27.  
  28.  
  29.