#!/bin/csh

# Example VCR execution batch file for dynamic loading
# -------------------------------------------------------
#   For a hard-wired network (such as a B004 and B003
#   configuration) this file only needs to run vdriver.
#   For configurable hardware (such as a Supernode) this
#   script needs to set the switches first; this will generally
#   require the location of a suitable wiring diagram and
#   the invocation of a suitable switch-setting program.
#   Installations of VCR at particular sites may thus need
#   to modify this file in order to satisfy such conditions.
#   This can be achieved through the $SETSW environment variable
#   if desired.

if ($?SETSW == 1) then
  source $SETSW
endif

vdriver $*
