hello
I trying create a fully portable app launcher and I find some difficulties.
What I need is launch command before and after myportableapp.exe
sequence example:
1. command for windows firewall create exception
2. ProgramExecutable=myportableapp.exe
3. command for windows firewall delete exception
What I know so Launcher cant execute more than 1 exe/command at once
any advice?