I assume you are referring to the .imgPTN code in QRUN.g4b
echo
set ask=
call getstr.g4b $$STRbpt4
set /p ask=%STR%
#OK to replace the E2B partitions ([Y]/N) :
if /i "%ask%"=="Y" goto :NUKE
if "%ask%"=="" goto :NUKE
just change the line to
set /p:30 ask=%STR%
This and other info is available in my grub4dos tutorial
http://www.rmprepusb.com/tutorials/grub4dos#TOC-Using-variables-in-grub4dos-menus
Topic: Easy2Boot
Date 12/07/2014
By steveSi
Subject Re: QRUN.g4b
———
Back