home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unprtc.lzh / UNPRO.DOC < prev    next >
Text File  |  1985-04-20  |  2KB  |  44 lines

  1.  
  2.  
  3.  
  4.    <<< Unprotecting BASIC programs saved with the "P" option >>>
  5.  
  6.  
  7.      The two programs you'll need and this documentation were taken from Rich
  8. Schinnell's BBS in Rockville, MD.  Other than changing the file names, the
  9. programs and documentation that follow are as they were downloaded from his
  10. BBS.
  11.  
  12.  
  13. THIS IS A NEW UNPROTECT PROGRAM..... DATED 11 AUGUST 1982
  14.  
  15.  
  16.  
  17.  
  18. Now this is how it is done!!!!!!!!!!!
  19. Download the program called HEXCONV.BAS (FOR COM AND EXE)
  20. also download the program called UNPROTCT.HEX
  21. when you have signed off then you must run the first program.
  22. This program is designed to convert HEX files to COM/EXE.
  23. Also COM/EXE  files to HEX for transmission over communications
  24. lines.........
  25. when you run the hexconvert program it will give you a menu.    
  26. You will want to convert a HEX file to COM or EXE. (DON'T 
  27. Specify a COM or EXE file for output, though, as you'll be "BLOAD"ing it
  28. Instead, specify an output file spec of, say, "UN.P"
  29. THEN when it has completed you can then use this newly
  30. converted program to unprotect any of your basic files which have
  31. been saved with the ,P option......
  32. method......
  33. basic
  34. load"protected pgm you want to unprotect
  35. bload"UN.P",1124 (THIS IS THE FILESPEC OF THE FILE YOU CREATED EARLIER
  36. Then you can list and save the program just like it had never
  37. been protected........  good luck......
  38. Make sure the input file has an extension of .HEX, as the conversion program
  39. looks for a file
  40. with the extension of .HEX....
  41. any problems please leave me a note....... Rich........
  42.  
  43.  
  44.