javascript shell run

[size="4"][font="Tahoma"]hi guys,

i’m developing a web app that can be access locally on our network and i want to execute a local application on a link provided on my yii web.

for example i have list of computers in my database and every grid has RDC link, i want to click the RDC link then execute mstsc command given the hostname in the grid.

any suggestion on how to do this? i tried javascript:void shell.run command but failed to execute.[/font][/size]

Why you don’t write php CLI script(it even maybe don’t need to we CLI script), and call it from your web application(maybe via ajax). Check

this link