EXTEND ALL Compiles all the TPU procedures in the current buffer---same as the command EXTEND EVE * or EXTEND TPU *. This is useful in compiling several related procedures. Steps: 1. Put the procedures you want to compile into an EVE buffer. For example, use GET FILE, OPEN, or OPEN SELECTED to edit a command file (.TPU) containing your procedures. 2. Use the EXTEND ALL command. Usage notes: o Compiler messages may appear too quickly to read in the message window. To view the messages more easily, split the EVE main window and put the MESSAGES buffer into one window and your procedures buffer into the other window. For an example of how to do this, see help on Message Buffer. o To execute a compiled procedure, use the TPU command and specify the procedure name. For a sample procedure, see help on Command Files. o To save save your compiled procedures for future editing sessions, use SAVE EXTENDED EVE to create a section file---see help on Section Files. Related topics: EXTEND EVE EXTEND THIS SAVE EXTENDED EVE TPU