ExtendScript Toolkit CS4 for CS1 Scripts

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

Colorguy

ExtendScript Toolkit CS4 for CS1 Scripts

Post by Colorguy »

I've been using ExtendScript Toolkit CS4 for everything lately and need to use some of the Scripts created with CS1. By simply removing
#target photoshop
from Line 1 and renaming the script with a .js extension the scripts seem to work on CS1.

Am I missing something here or is that all I need to modify? Sorry for the basic question, still new at this.

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

ExtendScript Toolkit CS4 for CS1 Scripts

Post by Mike Hale »

As long as you don't use any commands that CS1 doesn't support. Some scripts will run just fine in several versions. Others will need to be edited.
Colorguy

ExtendScript Toolkit CS4 for CS1 Scripts

Post by Colorguy »

Thanks for the reply Mike. That's what I thought but just wanted to make sure as there's not too many people to ask.