If exists FAME:
	if exists Doors:
		DOORHEADER NAME=S PATH=DOORS:COCAiNE-StAtS/COCAiNE-StAts.fiM TYPE=B LEVEL=0 SERVERNAME=StAtUS NR AR NC SR MULTINODE INTERFACE=FIM
		DOORHEADER NAME=S PATH=DOORS:COCAiNE-StAtS/COCAiNE-StAts.fiM TYPE=S LEVEL=0 SERVERNAME=StAtUS NR AR NC SR MULTINODE INTERFACE=FIM
		if exists doors:COCAiNE-StAts/
			copy COCAiNE-StAtS.fiM to Doors:COCAiNE-StAtS/
			copy COCAiNE-StAtS.doc to Doors:COCAiNE-StAtS/
		else
			makedir Doors:COCAiNE-StAts/
			copy COCAiNE-StAtS.fiM to Doors:COCAiNE-StAtS/
			copy COCAiNE-StAtS.doc to Doors:COCAiNE-StAtS/
		Endif
	else
		echo "Doors: is not Assigned, Please Assign it!!!!!!"
	endif
else
	Echo "Fame: is not Assigned, Please Assign it!!!!!!"
endif
