home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-09.ZIP / BASIC.UNP < prev    next >
Text File  |  1980-01-01  |  896b  |  34 lines

  1.  
  2.  
  3.         **** UNPROTECTING A BASIC PROGRAM ****
  4.  
  5.  
  6.     This program will unprotect a program that was saved
  7. using the FILENME.EXT,P format.  It's easy to use once it 
  8. has been created.
  9.  
  10.     1.) Create any two or three line program:
  11.         10 PRINT "HELLO"
  12.         20 GOTO 10
  13.         30 END
  14.     2.) Save the program by typing:
  15.         BSAVE"UNPRO.CIM",&H400,&H7F
  16.     3.) The program UNPRO.CIM has now been made on the default
  17.     drive.
  18.     4.) To unprotect a BASICA program:
  19.     5.) LOAD the protected program then type:
  20.         BLOAD"UNPRO.CIM"  <CR>
  21.     6.) The protected has now been unprotected.
  22.     7.) You may find that the program will not work after it 
  23.     has been copied to another disk.  If this occurs, you
  24.     will have to redo the procedure stated above.
  25.  
  26.             A. Todd Pollock
  27.             Ngtn. Ct.
  28.  
  29. 
  30.  
  31. other disk.  If this occurs, you
  32.     will have to redo the procedure stated above.
  33.  
  34.             A. Todd Pollock