29 Premium Themes
Included with purchase — and more features on the way!
Get access — $12 once
Version 2 is coming soon.
The price goes up when it arrives.
Pay once today and every update after that is free.
One Dark Pro
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Andromeda
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Ayu Dark
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Ayu Mirage
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Ayu Light
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Cobalt2
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Night Owl
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Night Owl Light
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Azureus
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Bordo
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Hibernus
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Lilac
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Lux
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Minimus
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Obscuro
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Sereno
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Uva
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Noctis Viola
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Palenight
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Pico 8
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Shades of Purple
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Shades of Purple SD
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Synthwave '84
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Tokyo Night
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Tokyo Night Storm
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Tokyo Night Light
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Winter is Coming
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Winter is Coming Light
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat
Winter is Coming Dark
rem
rem Alternate form of if-elseif-else structure with goto for else
rem case. That way, you can group code together in a "more logical"
rem or "more natural" manner.
rem
if .%1 == .1 goto 1
if .%1 == .2 goto 2
goto else
:1
echo You selected 1
goto endif
:2
echo You selected 2
goto endif
:else
echo else (neither 1 nor 2)
goto endif
:endif
:: From https://github.com/Archive-projects/Batch-File-examples/blob/master/files/tf5.bat