# !/bin/csh
#
# Execute all of the programs in the Widget Creation Library
# delivery.
#

alias se setenv XENVIRONMENT

echo This script will execute the programs once at a time.

if (-e App) then
    se App1.All
    App
endif

if (-e Ari) then
    foreach example (A[0-9][0-9].*)
	se $example
	Ari 
    end
endif

if (-e Mri) then
    foreach example (M[1-9].*)
	se $example
	Mri 
    end
endif

if (-e MDathena) then
    se MD
    MDathena
endif

if (-e MDmotif) then
    echo	If you are using Xtm instead of X11R4 Xt, then
    echo	this will core dump when you close a display,
    echo	and then try to open another display.
    se MD
    MDmotif
endif
