home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01194 / dedict.doc next >
Text File  |  1990-09-18  |  819b  |  21 lines

  1. DEDICT.EXE will decode the Scramble dictionary so that you can look
  2. at it, edit it, and re-encode it with ENDICT.EXE.
  3.  
  4. The proper way to use dedict is like this:
  5.  
  6.       dedict <infile name> <outfile name>
  7.  
  8. where the infile name is the name of the dictionary to be decoded
  9. and the outfile name is the name of the decoded dictionary.  If a
  10. file already exists in the directory with the same name as the
  11. outfile name, dedict will ask you if you want to overwrite it.
  12.      
  13. For example, to decode the default Scramble dictionary, type this:
  14.  
  15.       dedict scramdic.dct scramdic.out
  16.  
  17. You can then look at scramdic with any text editor.  You can add
  18. words (in alphabetical order!) or edit the words that are already
  19. there.  For information on how to re-encode the dictionary, see the
  20. file ENDICT.DOC.
  21.