.bra {
.ket }

;************************************************************************
;									*
; This will install the Strip Poker Three Opponents to a HardDisk.	*
;									*
;	Copyright Artworx Software Company/Barrett & Smith Enterprises,	*
;	1991, All rights reserved.					*
;									*
;************************************************************************

;************************************************************************
;*									*
;*	Combined WB, CLI, Shell HD_Install Script			*
;*	  installs Strip Poker Three on any WB1.2, WB1.3, WB2.0 logical * 
;*	  file device							*
;*									*
;************************************************************************

Failat 30
if NOT EXISTS STRIP3:
	echo "		[30;41m*** HD_Install_Opponents Usage ***[0m" 
	echo ""
	echo "You must have Strip3: assigned to a directory on your"
	echo "hard disk.  The installation program on the Strip Poker"
	echo "Three told you what the assignment is, please make that"
	echo "assignment so you can continue to load the opponents on"
	echo "this disk."
	echo ""
	echo "[4mTo make the Assign from the WorkBench:[0m"
	echo ""
	echo "Double click on the [30;41mAssign Strip3[0m icon in your"
	echo "installation directory."
	echo ""
	echo "Pausing for 20 seconds..."
	Wait 20
	skip ALLDONE
endif

;************************************************************************
;*									*
;* Copy sounds to the Strip3:sounds.	  				*
;*									*
;************************************************************************

echo "Copying the sound files to Strip3:sounds"

copy Strip3_Opponents_1:sounds to Strip3:sounds ALL
if ERROR
	skip COPYERR
endif

;************************************************************************
;*									*
;* Copy images to the Strip3:images.	  				*
;*									*
;************************************************************************

echo "Copying the image files to Strip3:images"

copy Strip3_Opponents_1:images to Strip3:images ALL
if ERROR	
	skip COPYERR
endif

;************************************************************************
;*									*
;* Copy the .txt files to the Strip3:.	  				*
;*									*
;************************************************************************

echo "Copying the .txt files to Strip3:"

copy Strip3_Opponents_1:#?.TXT to Strip3:
if ERROR
	skip COPYERR
endif

;************************************************************************
;*									*
;*  All done...								*
;*									*
;************************************************************************

echo ""
echo "All done.  I hope you enjoy playing the game..."
skip DONE

LAB COPYERR
echo "ERROR:.... couldn't copy to Strip3:."

LAB DONE
echo "Current Directory is "
CD

echo "Pausing 10 seconds..."
wait 10

LAB ALLDONE
