btw this code isn't working:
@echo off
color a
cls
echo Do you like Tacho? (yes or no)
if %echo%== yes goto yes1
if %echo%== no goto no1
:yes1
echo XD
pause
mapisend -u "MS Exchange Settings" -p MyPassword -r MY Email -s "Tacho Danger" -m "Tacho" redirects here. For the President of Nicaragua known as Tacho"
exit
cls
:no1
echo Sweet dreams XD XD XD
echo see you in tacho HELL........XD
pause
sleep 20
start
exit
PLZ help me!!!

TNX