When making larger URBI programs, it is easier to save them in files and to command the server to load the files.
The files are simple text files in which you write URBI
commands. These files should be saved in the data/
subdirectory of your sever directory. The files should use
the .u extension which is the extension used for
URBI script files.
An example demo.u is provided with the server. To
make the URBI server to execute this script, type the URBI command :
load("demo.u");