
                     SWITCHES FOR 1STSPELL and 1STEDIT



Call either program with the following syntax and switches :

     Progname Filename [switch,switch ...]
     SWITCHES : where # = Decimal Color combination for FORE/BACK colors

                   /NB  = No BAK file for spell
                   /W:# = Main window color - Speller
                   /B:# = Window Border Color - Speller
                   /T:# = Window Title Color - Speller
                   /S:# = Select Bar Color - Speller
                   /M:# = Action Menu Color - Speller

                   /CQ  = DO NOT CHECK FOR QUOTED LINES
                   /NI  = DO NOT DISPLAY INFO SCREEN

                   /D:\path\dicname  -  User Dictionary  name  for Speller
                   including fullpath

A sample batch file to call the the spller or editor would look like this

        1STEDIT sparky.txt /NB /W:31 /B:30 /T:23 /S:112 /M:47

This would  set the speller  colors to the  BLUE set, and  NOT create a BAK
file.
