Launch window application by clicking of Pega UI Button
Hello,
How I can use Pega UI onclick of a button to launch a windows application ?
For example, on click of the button from PRPC UI, I would like it to run "C:\Program Files (x86)\WindApp\WinApp.exe" and launch the windows application.
Thanks
Tom
***Updated by moderator: Lochan to add Categories***
Hi Tom,
Can you try the following?
You can add a button click action, 'run script'. In script, you can include something like the below:
start "Title" "C:\Program Files (x86)\WindApp\WinApp.exe"
Thanks,
Susan