Comment posted by BatchFile at 2014-08-01 17:59:00 (11 years ago)I needed a place to store a batch file codec for free. Also, im Android btw. Surprised this site is still up. Anyways, thats about it. Steal the fucking code if you want, just shows the type of person you are. Feel free to try it and let me know what you think though.
:A
@echo off
title The Menu Project
color 01
Cls
echo _WELCOME_
echo =--------------------=
echo = -The Menu Project- =
echo = -BETA STAGE- =
echo = -COLOR- =
echo =--------------------=
echo ---WORK IN PROGRESS---
PAUSE
color 07
GOTO :B
:B
echo ----------------------------------------------------
echo Welcome to the Main Menu - Here are the list of Paths
echo ----------------------------
echo :A - Restart Program
echo :B - Main Menu
echo :C - Watch Star Wars (BUGGY)
echo :D - Games
echo :E - Credits
echo :X - Special Note
echo :Z - Planned Updates
echo :V - Exit
echo ----------------------------
PAUSE
:begin
SET /P runscript= Where do you wish to go?
if %runscript%==:A goto :A
if %runscript%==:B goto :B
if %runscript%==:C goto :C
if %runscript%==:D goto :D
if %runscript%==:E goto :E
if %runscript%==:X goto :X
if %runscript%==:Z goto :Z
if %runscript%==:V goto :V
PAUSE
:C
telnet towel.blinkenlights.nl
echo ---------------------------
echo Whoops! If your seeing this
echo it means the connection
echo has faild. Sorry about that,
echo there is nothing I can do on
echo my end, its purely CommandPrompt.
echo It also could mean the movie ended,
echo ive never acutally got to the end!
:D