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