home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / basic / unpro.doc < prev    next >
Text File  |  1984-03-06  |  823b  |  24 lines

  1. Author anon.
  2.  
  3. The file UNPRO.COM was created as an experiment and has been proven to
  4. reliably UNPROTECT files saved under MBASIC 5.21's ,P option. Care should
  5. be taken to not run UNPRO on the only copy of a file, i.e. make a backup
  6. of the protected file first!
  7.  
  8. Usage:
  9.  
  10. Simply enter UNPRO, followed by the full file name. The resulting output
  11. file will be written back to the input file. In rare instances of disk
  12. write or close errors, the file can be considered trashed.
  13.  
  14. Usage example:
  15.  
  16. A>unpro testme.bas
  17. A>unpro b:xyzzy.bas
  18. A>unpro c:test.fle    <--- note that the file MUST be MBASIC ,P format!
  19.  
  20.  
  21. Please, please... use this program to unprotect your own programs for which
  22. you have ruined or otherwise lost the master copies. Use the program at your
  23. own FULL RESPONSIBILITY if what you intend to do is against any laws.
  24.