home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01194 / endict.doc < prev    next >
Text File  |  1990-11-01  |  1KB  |  40 lines

  1. ENDICT.EXE is a utility program designed to allow the user to insert
  2. the dictionary of their choice into the Scramble game.  This would be
  3. expecially useful if you want to use this game in some language other
  4. than English.
  5.  
  6. The proper way to use endict is like this:
  7.  
  8.       endict <infile name> <outfile name>
  9.  
  10. where the infile name is the name of the dictionary to be encoded
  11. and the outfile name is the name of the encoded dictionary.  If a
  12. file already exists in the directory with the same name as the
  13. outfile name, endict will ask you if you want to overwrite it.
  14.  
  15. The input dictionary should look something like this:
  16.  
  17. aback
  18. abacus
  19. abacuses
  20. abalone
  21. abandon
  22. abandons
  23. abase
  24. abash
  25. abasing
  26. abate
  27.   .
  28.   .
  29.   .
  30.  
  31. The words must be in alphabetical order, in lower case letters, with 
  32. one word per line and no punctuation.  Words can not have more than 8
  33. letters.
  34.  
  35. The output file needs to be named scramdic.dct in order to be used
  36. with in Scramble game.  If you want to experiment with other
  37. dictionaries, it is recommended you either put them in different
  38. directories, or give them different names, such as scram1.dct,
  39. scram2.dct, etc.
  40.