Help with menu
Posted: 21 Feb 2022 11:04
Hello everyone, im new here, so i don't know if i posted on the right place, sorry if i didn't.
The thing is, i have my menu in a bat and i works fine but i want to make the choice open in a new window insted on same window
exemple, above i have a menu select and when i select "Ferramentas Windows" it goes to :ferramentaswin... and it works, i just want it to pop in a new windows and preserve my initial menu, is it possible?
The thing is, i have my menu in a bat and i works fine but i want to make the choice open in a new window insted on same window
Code: Select all
c:\scripts\cmdMenuSel.exe F870 " | Ferramentas Windows |" " | Rede e Mapeamentos |" " | Suporte |" " | Utilitarios |" " | Sair |"
if %ERRORLEVEL% == 1 goto ferramentaswin
if %ERRORLEVEL% == 2 goto redemap
if %ERRORLEVEL% == 3 goto sup
if %ERRORLEVEL% == 4 goto utilitarios
if %ERRORLEVEL% == 5 exit
REM inicio do FERRAMENTASWIN
:ferramentaswin
@echo off
mode 58, 18
c:\scripts\batbox.exe /g 0 1
echo %HORARIO%