Question
2
Replies
282
Views
Posted: November 28, 2017
Last activity: November 6, 2018
Closed
Solved
Invoking a java batch file
Is there a way to invoke java batch files using script adapter.
Question
Question
Question
Question
Question
Question
Discussion
Question
Question
Question
Is there a way to invoke java batch files using script adapter.
Accepted Solution
If you are referring to a *.bat file executing, then the most advisable suggestion is to use the Windows Adapter and use the property HookChildProcesses set to True in order to hook into the resulting Java application.
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
You'll be able to perform any action with the script component that you would normally be able to do with C#. If you have a C# script that opens the file, you can use it in the script component.