
copy SkyED dlg:
copy SkyEDCfg dlg:

echo "*NIf you have only the 'ISO Latin 1' charset in your DLG Configuration"
echo "answer YES to the following question, otherwise, if you have already"
echo "installed other charsets in your system answer NO.*N"

ask "Do you want to make 'ISO Latin 1' charset*Nthe default for ALL message areas ?"

if WARN
	FixCharSet 1
endif

echo "*N"
echo "Ok, now enter in the CharSet edit menu of DLG and change the name of"
echo "the charset 'ISO Latin 1' to 'LATIN-1 2'*N"
echo "After that just run SkyED and answer to the questions!*N"


