Page 1 of 1
Automation PlugIn: Can't execute JavaScript files (Beta 4)
Posted: 26 Feb 2014, 12:52
by Eric
"Run Focused Scripts" isn't enabled for JavaScript files, VBS yes.
Does he only use the default engine?
Or how can I execute JScript files?
Thanks
Re: Automation PlugIn: Can't execute JavaScript files (Beta
Posted: 26 Feb 2014, 12:57
by Jan Rysavy
You can rename *.JScript to *.js
Re: Automation PlugIn: Can't execute JavaScript files (Beta
Posted: 27 Feb 2014, 01:30
by Eric
They are already named .js
I'm trying to run those in the installation dir:
Convert Images.js
Count Lines.js
Launch Elevated Command Prompt.vbs
Make Link.js
Make List (JScript).js
Make List (VBScript).vbs
Unpack Multiple Archives.js
Re: Automation PlugIn: Can't execute JavaScript files (Beta
Posted: 27 Feb 2014, 19:02
by Jan Rysavy
Seems like your Windows *.js association is broken. Try to run
regsvr32 jscript.dll
command from UAC-elevated CMD prompt or Salamander, it should repair required registry entries.
Re: Automation PlugIn: Can't execute JavaScript files (Beta
Posted: 02 Mar 2014, 17:07
by Ether
I've had this issue for a long time and this command fixed it, thank you.
I suspect it's caused by installing Visual Studio or something, because I got the same problem on Windows 8.1 after re-installing the system and installing Visual Studio, Office and few other programs.