.key filename,converted,size
echo ""
echo "*e[33mMGDII -> SMC Converter V1.0B*e[0m by *e[1mJake of Skid Row*e[0m"
echo "-------------------------------------------------------------------"
echo "*e[3mBased On the PC Version by Ice Cube And Ninja Warrior"
echo "This is just a simple batch file converted from the PC to Amiga"
echo "Call Terminal Disaster at *e[0m*e[1m215-739-2150 *e[0m*e[3m for help or to report bugs."
echo "We sell SMD and SMC in USA for $395 each!"
echo "-------------------------------------------------------------------"
echo "*e[0m "
echo "FOR SYNTAX AND HELP  -( READ THE DOCS )-"
echo ""
echo "MGDII File Name To Be Converted : <filename>"
echo "MGDII File Name Converted to SMC: <converted>"
echo "Size of the file [in MBits]     : <size> MBits"
echo " "
echo "If the information above is incorrect hit CONTROL-C NOW!"
echo "OR wait 3 seconds to continue."
wait 6
echo ""
echo "Converting...Please Be Patient..."
if <size> eq "4"
 join c:mgd-smc4 <filename> as <converted>
else
 join c:mgd-smc8 <filename> as <converted>
endif
echo ""
echo "Done...Now Copy The File <converted> To Your PC disk and enjoy!"
echo ""
