#!/bin/sh

	# 0) Quit
	# 1) Start ArchCad
	# 2) Send  ArchCad user a Message
 
	# 3) Enable CAD functionality needed for PW INIT
	# 4) Enable CAD functionality needed for FACADE REDESIGN
	# 5) Enable CAD functionality needed for ASSIGN CONSTRUCTION-TYPE
	# 6) Enable CAD functionality needed for VIEW PERFORMANCE
 
	# 7) Hilite an idm_object in archcad
 
	# 8) Start STEP 2 ESPR
	# 9) Start BRC

# start ustation in window edit mode

host=`uname -n`

${IFE_HOME}/sys/bin/supervisor   $host   combinea   2033  << ..
4
0
..

exit 0
