I build a button on adobe animate project and I want to import a (.bat) file but it's open with browser. how does it open with Cmd ????
import flash.net.URLRequest;
var batURL:URLRequest=new URLRequest("71.bat")
function btnDown(event:MouseEvent):void{
navigateToURL(batURL,"_self");
}
button.addEventListener(MouseEvent.CLICK,btnDown)