Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello,
I am trying to Auto launch google chrome from thingworx RA client. I have set command in RemoteAccessSubsystem using CreateAutoLaunchConfig service. But when the RAC launches it fails to launch the browser. The launch status comes as unknown {?} Any one has attempted it or knows the steps to achieve this?
Hey VladimirN, thank you for the response. I have already tried this and was successfully able to launch putty using the suggested launch commands. I wanted to launch google chrome or any browser from the RAC. The launch command I used was "<folder location>\Firefox.lnk" <$HOST>:<$PORT> and "<folder location>\chrome.exe" <$HOST>:<$PORT>. But was unsuccessful.
Looks like issue is with the folder location permissions. When i access the browser application from its main folder in program files it works.