home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / basic / codecrak.lbr / CODECRAK.DOC < prev   
Text File  |  1986-07-13  |  1KB  |  29 lines

  1.                        C O D E C R A K
  2.  
  3.                        Darryl S. Abling
  4.                        209-358-8842
  5.  
  6. CODECRAK.BAS was designed to break the encoded data file of
  7. the game DISARM.COM for the Heath H-89 and similar computers.
  8.  
  9. CODECRAK reads the data file and converts what seems like gib-
  10. berish to readable text. The program assumes the file DISARM.DAT
  11. will be on disk B: and that you have a printer. If either of these
  12. are not true the program is easily modified to fit your system.
  13. Line 10 opens the file and line 140 handles text output.
  14.  
  15. An interesting side effect of CODECRAK is that a normal text file
  16. run through the program will come out scrambled and if it is run
  17. through again it will come out readable. This may be of interest to
  18. users interested in sending coded text. If you do decide to do this
  19. line 10 will have to be changed to ask for a file name.
  20.  
  21. This program came out of the fact that I have been stumped by DISARM
  22. for many months and I was hoping that if I could read the data file of
  23. the game I might be able to gain some useful insight to the game.
  24. So far the file has yielded some clues, although it is not enough to
  25. spoil the game; or even make it much easier.
  26.  
  27.                      ******ENJOY*****
  28.  
  29.