I have a batch file that starts two programs :
@echo off
start "" "C:\Program Files (x86)\Kodi\Kodi.exe"
start "" "C:\Program Files\OpenVPN\bin\openvpn-gui.lnk"
Now when i close program "Kodi"
, i want that it close automatically first the task "openvpn-gui.exe"
and then "openvpn.exe"
Thank you !