What code is this

Joined
Jan 22, 2021
Messages
2
Reaction score
0
so i am new but can some one tell what what code this is and i need help when i put in a name for one of the inputs it close the window
Code:
@echo off
:menu
cls
echo Hello i am the computer can you tell me your name?
set /p menu=
if %menu%'=='josie' (
goto josie
if %menu%'=='jacob' (
goto jacob
)
if %menu%'=='rachael' (
goto mom
)
if %menu%'=='jake' (
goto stepdad
)
:josie
echo  __       __          .--.
echo (  ""--__(  ""-_    ,' .-.\        *
echo  "-_ __  ""--__ "-_(  (^_^))      /
echo     (  """--___""--__" )-'(      /
echo      "-__      ""---/ ,(., )__o-/,
echo          """----___(.'.   /--"--'
echo                    ("-_"/(    /
echo                     \   \ \
echo                      `.  \ |
echo                        \  \/
echo                        ||  \
echo                      ,-'/`. \
echo                      ) /   ) \
echo                      |/    `-.\
echo                               `\
echo    want to play with the fairy josie
set /p josie
if %josie% '=='yes' (
goto joisey1
)
if %josie% '=='no' (
goto josien1
)
pause
:jacob
echo            .                .                  
echo            :"-.          .-";                  
echo            |:`.`.__..__.'.';|                  
echo            || :-"      "-; ||                  
echo            :;              :;                  
echo            /  .==.    .==.  \                  
echo           :      _.--._      ;                  
echo           ; .--.' `--' `.--. :                  
echo          :   __;`      ':__   ;                
echo          ;  '  '-._:;_.-'  '  :                
echo          '.       `--'       .'                
echo           ."-._          _.-".                  
echo         .'     ""------""     `.                
echo        /`-                    -'\              
echo       /`-                      -'\              
echo      :`-   .'              `.   -';            
echo      ;    /                  \    :            
echo     :    :                    ;    ;            
echo     ;    ;                    :    :            
echo     ':_:.'                    '.;_;'            
echo        :_                      _;              
echo        ; "-._                -" :`-.     _.._  
echo        :_          ()          _;   "--::__. `.
echo         \"-                  -"/`._           :
echo        .-"-.                 -"-.  ""--..____.'
echo       /         .__  __.         \              
echo      : / ,       / "" \       . \ ;        
echo       "-:___..--"      "--..___;-"
pause
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top