You are on page 1of 8

@echo off

:start
cls
title buddy's .bat file
echo press "m" to goto the menu
echo press "e" to exit
echo (these options will alweas be avalable)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
:exit
cls
echo exit
color 07
echo are you sure? (y/n)
set input=
set /p input=
if %input%==y exit
if %input%==y exit
if %input%==n goto start
if %input%==n goto start
:menua
cls
echo -----------main menu-----------
color 07
echo to get to mspaint type in "s"
echo to get to notepade type in "n"
echo to get to my other .bat files type in "b"
echo to get to pivot type in "p"
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto start
if %input%==m goto start
if %input%==s mspaint
if %input%==s mspaint
if %input%==n notepad
if %input%==n notepad
if %input%==b goto batfiles
if %input%==b goto batfiles
if %input%==p pivot.exe
if %input%==p pivot.exe
goto menua
:batfiles
cls
echo here are my .bat files.....
pause
cls
:batfilesa
title buddy's .bat file
echo 20 sec timer "t"
echo color mixer "c"
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==t goto timer
if %input%==t goto timer
if %input%==c goto colormixer
if %input%==c goto colormixer
goto batfilesa
:timer
cls
:startt
echo this is a 20 second timer...
pause
title 20 second timer
pause
cls
title 20 second timer
echo time left
echo 20
ping localhost -n 2 >nul
cls
title 19 second timer
echo time left
echo 19
ping localhost -n 2 >nul
cls
title 18 second timer
echo time left
echo 18
ping localhost -n 2 >nul
cls
title 17 second timer
echo time left
echo 17
ping localhost -n 2 >nul
cls
title 16 second timer
echo time left
echo 16
ping localhost -n 2 >nul
cls
title 15 second timer
echo time left
echo 15
ping localhost -n 2 >nul
cls
title 14 second timer
echo time left
echo 14
ping localhost -n 2 >nul
cls
title 13 second timer
echo time left
echo 13
ping localhost -n 2 >nul
cls
title 12 second timer
echo time left
echo 12
ping localhost -n 2 >nul
cls
title 11 second timer
echo time left
echo 11
ping localhost -n 2 >nul
cls
title 10 second timer
echo time left
echo 10
ping localhost -n 2 >nul
cls
title 9 second timer
echo time left
echo 9
ping localhost -n 2 >nul
cls
title 8 second timer
echo time left
echo 8
ping localhost -n 2 >nul
cls
title 7 second timer
echo time left
echo 7
ping localhost -n 2 >nul
cls
title 6 second timer
echo time left
echo 6
ping localhost -n 2 >nul
cls
title 5 second timer
echo time left
echo 5
ping localhost -n 2 >nul
cls
title 4 second timer
echo time left
echo 4
ping localhost -n 2 >nul
cls
title 3 second timer
echo time left
echo 3
ping localhost -n 2 >nul
cls
title 2 second timer
echo time left
echo 2
ping localhost -n 2 >nul
cls
title 1 second timer
echo time left
echo 1
ping localhost -n 2 >nul
cls
msg * timer up!
goto batfilesa
:colormixer
cls
echo this is a color mixer (not verry accurite)
echo hint try getting to the grey and type "rainbow"!!!
:startc
color 07
cls
echo red green blue yellow
echo ( ) ( ) ( ) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto r
if %input%==g goto g
if %input%==b goto b
if %input%==y goto y
:r
color 40
cls
echo red green blue yellow
echo (*) ( ) ( ) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto start
if %input%==g goto rg
if %input%==b goto rb
if %input%==y goto ry
goto r
:g
color 20
cls
echo red green blue yellow
echo ( ) (*) ( ) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto rg
if %input%==g goto start
if %input%==b goto gb
if %input%==y goto gy
:b
color 10
cls
echo red green blue yellow
echo ( ) ( ) (*) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto rb
if %input%==g goto gb
if %input%==b goto start
if %input%==y goto by
:y
color 60
cls
echo red green blue yellow
echo ( ) ( ) ( ) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto ry
if %input%==g goto gy
if %input%==b goto by
if %input%==y goto start
:rg
color 60
cls
echo red green blue yellow
echo (*) (*) ( ) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto g
if %input%==g goto r
if %input%==b goto rgb
if %input%==y goto rgy
:rb
color 50
cls
echo red green blue yellow
echo (*) ( ) (*) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto b
if %input%==g goto rgb
if %input%==b goto r
if %input%==y goto rby

:ry
color c0
cls
echo red green blue yellow
echo (*) ( ) ( ) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto y
if %input%==g goto rgy
if %input%==b goto rby
if %input%==y goto r

:gb
color 30
cls
echo red green blue yellow
echo ( ) (*) (*) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto rgb
if %input%==g goto b
if %input%==b goto g
if %input%==y goto gby
:gy
color a0
cls
echo red green blue yellow
echo ( ) (*) ( ) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto rgy
if %input%==g goto y
if %input%==b goto gby
if %input%==y goto g
:by
color 20
cls
echo red green blue yellow
echo ( ) ( ) (*) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto rby
if %input%==g goto gby
if %input%==b goto y
if %input%==y goto b
:rgb
color 20
cls
echo red green blue yellow
echo (*) (*) (*) ( )
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto gb
if %input%==g goto rb
if %input%==b goto rg
if %input%==y goto all
:gby
color 30
cls
echo red green blue yellow
echo ( ) (*) (*) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto all
if %input%==g goto ry
if %input%==b goto gy
if %input%==y goto gb
:rby
color 30
cls
echo red green blue yellow
echo (*) ( ) (*) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto by
if %input%==g goto all
if %input%==b goto ry
if %input%==y goto rb
:all
color 70
cls
echo red green blue yellow
echo (*) (*) (*) (*)
set input=
set /p input=
if %input%==e goto exit
if %input%==e goto exit
if %input%==m goto menua
if %input%==m goto menua
if %input%==r goto gby
if %input%==g goto rby
if %input%==b goto rgy
if %input%==y goto rgb
if %input%==rainbow goto rainbow
goto start
:rainbow
color 01
color 10
color 20
color 30
color 40
color 50
color 60
color 70
color 80
color 90
color a0
color b0
color c0
color d0
color e0
color f0
goto rainbow

You might also like