VOGONS

Common searches


First post, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

I'm playing around with the pause command to start a game but Instead of the usual "press any key to continue" with "any" key press I'm trying to use a command so that when only the enter key is pressed it continues. I want the start of my joke batch file to look as below

echo To play (game name) press any key
pause >nul
echo.
echo Homer says wheres the any key
echo.
echo To play (game name) press the ENTER key...
echo.
then the wait for the enter key command here
load game exe file here