:

#	Copyright (c) 1987, 1988 Microsoft Corporation
#	  All Rights Reserved

#	This Module contains Proprietary Information of Microsoft
#	Corporation and should be treated as Confidential.

#ident	"@(#)boot:boot/at386/tool/doithd	1.1.1.1"

echo "Hit return to copy boot:\c"
read response
set -x
/etc/mount /dev/dsk/f0q15d /mnt
cp $1 /mnt/$1
/etc/umount /dev/dsk/f0q15d
