:ROLLOUTMENU
@echo off
cls
echo.
echo
**name removed** ROLLOUT MENU
echo. ----------------------------------
echo 1. MIGRATE PROFILE
echo.
echo 2. STAGE XP
echo 3. STAGE VPC
echo.
echo 4. RESTORE XP
echo 5. RESTORE VPC
echo.
echo 6. EXIT
echo ----------------------------------
choice /c:123456 " SELECT AN ACTIVITY
if errorlevel 6 goto EXIT
if errorlevel 5 goto RESTOREVPC
if errorlevel 4 goto RESTOREXP
if errorlevel 3 goto STAGEMENUVPC
if errorlevel 2 goto STAGEMENUXP
if errorlevel 1 goto MIGRATEMENU
goto ROLLOUTMENU
i don't see that goto line on any of yours... that would stop it from reading right through all of them....
also, it looks like you know what you're doing, but for anyone else here's a few links...
http://home.att.net/~gobruen/progs/d...ntro.html#tips http://www.computerhope.com/batch.htm http://www.carleton.ca/~dmcfet/menu.html
__________________
http://www.kbdigisol.com 
<form action=\"http://www.srsyo.org/tfsearch.php\" method=\"get\">
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search first, ask later!\"></form>
powered by emily .