Hello!
Could you please advise how to make a bat script execute (preferably in the background without displaying) when exiting (closing) an application?
RunAProgram(GetGlobalVar("HEPublicationPath", "") + "test.bat", "", GetGlobalVar("HEPublicationPath", ""), SW_SHOWNORMAL, true); — doesn't work.
Thank you.
Could you please advise how to make a bat script execute (preferably in the background without displaying) when exiting (closing) an application?
RunAProgram(GetGlobalVar("HEPublicationPath", "") + "test.bat", "", GetGlobalVar("HEPublicationPath", ""), SW_SHOWNORMAL, true); — doesn't work.
Thank you.