Answers for "y/n cmd"

0

y/n cmd

:choice
set /P c=Are you sure you want to continue[Y/N]?
if /I "%c%" EQU "Y" goto :somewhere
if /I "%c%" EQU "N" goto :somewhere_else
goto :choice
Posted by: Guest on May-15-2020

Browse Popular Code Answers by Language