Search found 2 matches
- 24 Feb 2022 15:33
- Forum: DOS Batch Forum
- Topic: Help with menu
- Replies: 2
- Views: 4309
Re: Help with menu
something like it... i think i solved my problem https://ibb.co/bHJVnzj i've added this if on the begining of the bat @echo off if [%1] EQU [] ( goto menu ) else ( goto %1 ) ) and edited the ifs on errorlevels to call the label inside the own file if %ERRORLEVEL% == 1 ( cls start cmd.exe /k call "c:...
- 21 Feb 2022 11:04
- Forum: DOS Batch Forum
- Topic: Help with menu
- Replies: 2
- Views: 4309
Help with menu
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 c:\scripts\cmdMenuSel.exe F870 " | Ferramentas Windows |" " | Rede e Mapeame...