0
I want to call an app through the bat and hide from the tray wrote the script
@echo off/hid
star/min 'NOME DO APLICATIVO'
exit
saved as start.bat>>> but when I run it starts the app hides the cmd minimizes the app no longer hidden from the tray ... already tried to change start/min for start/hid more appears invalid... how do I do this ?