* ADDC.FMT - Text describing options for adding a command file. @ 1,10 SAY TMARK + " " + CNAME @ 3,10 SAY MTITLE @ 5,10 SAY "A command file allows you to create custom programs which do a" @ 6,10 SAY "specific function. Command files may be written by anyone, but " @ 7,10 SAY "writing a complex one may require some experience. Command " @ 8,10 SAY "files are dBASE II programs and use only valid dBASE II commands." @ 9,10 SAY "Some command files may only be two or three lines long while " @ 10,10 SAY "others may go on for pages. Command files may be produced using" @ 11,10 SAY "dPROGRAMMER or a word processor. If you are using long programs " @ 12,10 SAY "and are familiar with a word processor, it is recommended that you" @ 13,10 SAY "use the word processor. Command files are stored on your computer" @ 14,10 SAY "with an extension of CMD. You will have to provide a unique name" @ 15,10 SAY "for new command files. You may incorporate an existing command file" @ 16,10 SAY "which you may have written for dBASE II into your menu structure" @ 17,10 SAY "by just using its name as the name of the program. Make sure you" @ 18,10 SAY "have copied the CMD file onto this drive before continuing with " @ 19,10 SAY "this program. Read your documentation. GOOD LUCK!" @ 21,10 SAY "Enter RETURN to add a command or 'NO' to quit. " GET ANSWER PICTURE "!!"