Copy link to clipboard
Copied
I need to run a VBScript on every file that gets opened in Photoshop. The script events manager only allows JS. Is there any workaround for this?
Thanks for any help.
You write a small JavaScript to call the VB script.
var myVBscript = File("pathToYourScript/vbscript.vbs");
myVBscript.execute();
Copy link to clipboard
Copied
You write a small JavaScript to call the VB script.
var myVBscript = File("pathToYourScript/vbscript.vbs");
myVBscript.execute();
Copy link to clipboard
Copied
How simple! Thanks so much!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more