Photoshop autosave script
Hey, I know someone here has a mac, so I wanted to know if this works:
http://www.ps-scripts.com/bb/viewtopic.php?=&p=4381
I've attached the file in case you can't get it from that forum. My real question is: What the heck is Applescript and is there any way to adapt this script (if it works) to like, vbscript or javascript that will work in Photoshop in windows.
It would really help Mys out if this worked, I cringe everytime she gets online and tells me she lost a bunch of work.
http://www.ps-scripts.com/bb/viewtopic.php?=&p=4381
I've attached the file in case you can't get it from that forum. My real question is: What the heck is Applescript and is there any way to adapt this script (if it works) to like, vbscript or javascript that will work in Photoshop in windows.
It would really help Mys out if this worked, I cringe everytime she gets online and tells me she lost a bunch of work.
Comments
EDIT: That sounds like a pretty simple program to make judging by the description. I think I'll look at this more when I'm not at work.
The odds of it porting apps made with it to VB or JS are pretty much nil.
That being said, it should be possible to make an app like this from scratch in either of these.
AppleScript is a pseudo-English simple programming language designed to automate normal application tasks. Here's Apple's summary on the matter. I don't think it's exactly straightforward to convert other programming languages to AppleScript, but it can make direct calls to other apps written in just about any programming language, so it should be easy enough to make an AppleScript wrapper for something written in Python or C. Or whatever.
Oh yea, and another nifty thing about applescript is its ability to "record". (Much like photoshop actions, for you p'shoppers.) Check out the Applescript program (under utilities, if i remember right) for the program that allows recording as well as some very handy sample applescripts.
Y'know, the OS that crashes more.
Also- I never did get to looking at this. I'm so horrid at managing my time.