Batch file with menus

Subscribers:
2,770
Published on ● Video Link: https://www.youtube.com/watch?v=lf1ve9-g_Cw



Duration: 6:29
49 views
0


this is the code

@echo off
color 0a


echo would you like to genorate a random number y/n
set /p ans="enter awnser:"

if %ans%==y (
goto a
)

if %ans%==n (
goto b
)

:a
echo %random%%random%%random%%random%%random%%random%

pause
goto a

:b







Tags:
Synthetic
programer
Batch File (File Format)
Tutorial (Media Genre)