.TH RUN 1 "18 October 1993" "Demeter" "Demeter Software" .SH NAME run \- executes the user's object code .SH SYNOPSIS .I run [arguments] .SH DESCRIPTION .I run is a UNIX shell script file that executes a Demeter System/C++ application. It sets variable GEN_DIR to the directory where .I cd-parse and .I cd-print live, then invokes the binary file run-exec. The reason for having an extra run file in addition to the run-exec file is the independence of the generation environment. .I run makes sure that the application can be executed wherever the executable files are moved. The files necessary are: .RS - run .br - run-exec .br - cd-parse .br - cd-print .RE Cd-parse and cd-print are only needed if the generic parser or printer, respectively, are used. See .I dinstall(1) for installing an application in a directory. Basically, what .I run does is hand over to run-exec the parameters that are to be given to the application. .SH SEE ALSO dinstall(1), generate(1)