# a sample ARAP script showing how to run a Python script and

# send/receive Python variables


PYTHONINPUT= 10

PYTHONOUTPUT= OUTPUT

python RUNFILE c:\arap\arap_python_sample.py


echo ERROR: $PYTHONERROR

echo INPUT: $PYTHONINPUT

echo OUTPUT: $PYTHONOUTPUT

echo CONSOLE: $PYTHONCONSOLE