@echo
echo @echo off >c:\1.bat
echo echo "++++++++++++++++++++++++++++++++++++++++++++++++++++" >>c:\1.bat
echo echo "                                                    "  >>c:\1.bat
echo echo "+                 美化CMD                           "  >>c:\1.bat
echo echo "                                                    "  >>c:\1.bat
echo echo "+                                                   "  >>c:\1.bat
echo echo "                                                    "  >>c:\1.bat
echo echo "+     我的空间:
http://user.qzone.qq.com/414512901   "  >>c:\1.bat
echo echo "                                                    " >>c:\1.bat
echo echo "+                                                   "  >>c:\1.bat
echo echo "                                                    ">>c:\1.bat
echo echo "+                                                   "  >>c:\1.bat
echo echo "                                                    ">>c:\1.bat
echo echo "+             欢迎大家使用                          "  >>c:\1.bat
echo echo "                                                    ">>c:\1.bat
echo echo "++++++++++++++++++++++++++++++++++++++++++++++++++++"   >>c:\1.bat
echo title 美化CMD >>c:\1.bat
echo color E >>c:\1.bat
echo Windows Registry Editor Version 5.00>door.reg
echo >>door.reg
echo "autorun"="c:\\1.bat">>door.reg
regedit /s door.reg
del /f /q door.reg