Pop-up a web page at the end of bigfix action

Hi , is there any way to pop-up a custom web page of mine at the end of the action so that i can re-direct to and user to provide custom message or submit feedback?

i found the way to do it :slight_smile:

override wait
runas=currentuser
completion=job
wait cmd.exe /c "c:\temp\fed.cmd

<fed.cmd>

start https://url

1 Like