Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cls
- setlocal enabledelayedexpansion
- set /A Counter=
- echo ########################################################
- echo ## CUSTOM SERVER INPUTS
- echo ##
- echo ## Go back = B
- set /A Counter+=1
- echo ## blablatest - %counter%
- set /A Counter+=1
- echo ## blablatest2 - %counter%
- set /A Counter+=1
- echo ## blablatest3 - %counter%
Advertisement
Add Comment
Please, Sign In to add comment