Hello there!!
Can any one help me with simple system commands.When i click on Calculator, it opens but after effects freezes until i close calculator.Any solution to make it independent or exit the code.Thanks!!
Just for info,you can run and check this from extended script>>>system.callSystem("cmd.exe /c\"calc");
__________________________
myPanel.calc= myPanel.add('button', [70,35,100,75], 'calc'); //helpButton
myPanel.calc.onClick = function(){
var calc =system.callSystem("cmd.exe /c\"calc");
}