Thursday, 6 September 2012

How to talk with computer ?

Open notepad.......
copy code which is given below nd past it in notepad........


@echo off
:start
echo Hello!What's your name?
set /p name=
echo Nice to meet you %name%!
pause


echo How are you %name%?
set /p mood=
echo That's good.%mood% too.



echo How is life going on?
set /p do=
echo for me its full of adventures



echo What is ur hobby?
set /p hobby=
echo meee to %hobby%




echo Shall i go now?
set /p quit=
if %quit% == yes goto exit
if %quit% == no goto start
:exit




now
save it with name rockstar.bat
now open nd enjoy the chat........................:)

No comments:

Post a Comment