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%