Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : GRMSPELL.ZIP
Filename : SETUP.PRG

 
Output of file : SETUP.PRG contained in archive : GRMSPELL.ZIP
* WHAT: Setup.prg
* WHO: Greg Lief
* WHEN: July 1989
* WHY: Sort dictionary/rebuild indeces
CLEAR
? 'Sorting dictionary...'
SELECT 0
USE dict
SORT ON word TO temp
USE
RENAME dict.dbf TO dict.old
RENAME temp.dbf TO dict.dbf
? 'Rebuilding index files...'
USE dict
INDEX ON word TO dict
INDEX ON SOUNDEX(word) TO dict2
CLOSE DATA
? 'Optimization complete...'
RETURN


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : GRMSPELL.ZIP
Filename : SETUP.PRG

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/