Is there a way to run an external command (in an ms-dos command line window)
from a custom js script?

I am playing with Adobe AIR and would like to run adl.exe from within pspad to
quickly check my changes.

This is my simple script so far, but don't know how to call external command:


var module_name = "AdobeAirADL";
var module_ver          = "0.1";
var module_title        = "Adobe AIR - Run ADL.exe";
function Init() {
  addMenuItem("&Run ADL.EXE", "Adobe AIR", "adlexe");
}
function adlexe(_test) {
  echo("test");
  //How do I run adl.exe in ms-dos command window?
}

Thanks

-- 
<http://forum.pspad.com/read.php?2,53123,53123>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem