Execute a local windows application within a SC app

Is there a way to launch a windows application from withing a SC web application?

What I am trying to accomplish is open a local application on a windows machine and give it specific command line entries based on the info in my SC application

$comando = ‘start “” “C:\app.exe”’;
shell_exec($comando);

just research the security it souds like windows should ask for permision or so… other way it would be a security nightmare.

i got this info from chat gpt :smiley: (love it and fear it )

fer

how does this apply to scriptcase