BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
Search
 
 

Display results as :
 


Rechercher Advanced Search

December 2024
MonTueWedThuFriSatSun
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Batch Menu

Go down  Message [Page 1 of 1]

1Batch Menu Empty Batch Menu 1/8/2015, 7:19 am

Modder~kid@BWH

Modder~kid@BWH
Mod & Writer

@echo off
title Batch Menu

:home
cls
echo.
echo Please Press 1,2,3 or 4 and press ENTER
echo 1)
echo 2)
echo 3)
echo 4)
echo.

set /p Option=)
if %Option%==1 goto Option1
if %Option%==2 goto Option2
if %Option%==3 goto Option3
if %Option%==4 goto Option4

:Option1
cls
Echo This is Option1
echo.
echo Please Press Any Key To Go Back Home
pause>nul
goto home

:Option2
cls
Echo This is Option2
echo.
echo Please Press Any Key To Go Back Home
pause>nul
goto home

:Option3
cls
Echo This is Option3
echo.
echo Please Press Any Key To Go Back Home
pause>nul
goto home

:Option4
cls
Echo This is Option4
echo.
echo Please Press Any Key To Go Back Home
pause>nul
goto home


_________________
Batch Menu Giphy

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum