Page 1 of 1

PC Command Example

Posted: Tue Aug 11, 2015 5:28 am
by k2R400
Hello,

Is it possible to have an example in Atrium to launch a PC Command like calc.exe ?

Thank you in advance

Re: PC Command Example

Posted: Tue Aug 11, 2015 10:21 am
by Glenn
Patrick,

To launch a PC command from Atrium you would create a new navigation item and choose 'PC Command' as the 'Action type' of the item and you would then enter 'calc' or 'calc.exe' as the 'PC Command'. I've attached a screenshot of an example using notepad.
pc command sample.png
pc command sample.png (9.15 KiB) Viewed 1536 times
The link below shows the API that is used to call the PC Command. It shows how to call more complex applications.
http://www.profoundlogic.com/docs/pages ... d=15138842

Glenn

Re: PC Command Example

Posted: Tue Aug 11, 2015 10:54 am
by k2R400
Glenn,

Thank you but it doesn't work for me on Chrome, Firefox, ...
Profound version 5.0.9

Image

Re: PC Command Example

Posted: Tue Aug 11, 2015 11:10 am
by Glenn
Patrick,

The behavior you are seeing is usually caused by java not being installed. Our PC Command utility uses a java applet to interface with the PC. Try going to https://www.java.com/verify to see if it's installed. Note also that I believe that Chrome will block java by default.

Glenn

Re: PC Command Example

Posted: Tue Aug 11, 2015 1:28 pm
by k2R400
It work fine now, thank you