I assume what you want is something like: Goto main menu if (timeout == true) run cmd 1 fi if (user-select == option x ) goto menu y if (timeout == true) return to main menu Do nothing fi fi As far as i am aware it is not possible.. Regards, Ryan McLean
H. Peter Anvin
2006-Sep-27 17:52 UTC
[syslinux] Fw: SYSLINUX 3.31-pre4 is release candidate
Ryan McLean wrote:> I assume what you want is something like: > > Goto main menu > if (timeout == true) > run cmd 1 > fi > if (user-select == option x ) > goto menu y > if (timeout == true) > return to main menu > Do nothing > fi > fi > > As far as i am aware it is not possible.. >It is. You have to break up the main menu into two files. See my previous email on the subject. -hpa