Skip to main content
Participating Frequently
November 2, 2020
Answered

Photoshop Elements 2020 - Error when trying to open script

  • November 2, 2020
  • 1 reply
  • 423 views

Windows 10

I've installed ScriptListener and it has created scripts on the desktop.

I've made a copy of one script and renamed it as .vbs: ScriptingListenerVB - Copy.vbs

When I try to open the file using File - Open, I get:

Error Message Dialog:

Could not complete your request because it is not the right kind of document.

This topic has been closed for replies.
Correct answer Jeff Arola

I would recommend you use the ScriptingListenerJS.log instead and save your scripts with a .jsx extension.

Those will run using File>Open

 

Plus many more users are familar with javascript than they are vbs in case you need some help.

1 reply

Jeff Arola
Community Expert
Jeff ArolaCommunity ExpertCorrect answer
Community Expert
November 2, 2020

I would recommend you use the ScriptingListenerJS.log instead and save your scripts with a .jsx extension.

Those will run using File>Open

 

Plus many more users are familar with javascript than they are vbs in case you need some help.

Participating Frequently
November 2, 2020

Cheers! That worked.