Re: Need help cleaning up a script and adding loop
I've added 3 more functions the main runMulti() will get the selected layersIDX and select each one in the loop than just run your funtion:runMulti();// run(); function runMulti(){ var selLay =...
View ArticleRe: CS5.5 (MAC) script to fix random dots in lineart scans
theoretically yes... biggest issue is dialogs. not sure when will I have some spare time for this though.
View ArticleRe: Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
Thanks so much. I assumed /Y would work with the delete command as well, but it doesn't seem to actually delete the file when I use it. Should I be doing something else? try{ var BAT = new...
View ArticleRe: Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
Sorry, let me rephrase. I want to suppress the confirm y/n question about deleting files...I have tried /-P as well, with no success. BAT.writeln('Del /Y "E:\\Temp only\\Image Sizing Tests\\Processing...
View ArticleRe: Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
ok i found it. I used del /F /Q
View ArticleRe: Need help cleaning up a script and adding loop
works like a charm thanks! Now I need to figure out how to read the scaling percentage of a smart object and make that part of the layer label. any chance you've ever done this?
View ArticleRe: Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
Been away for a day or two it good to see you funding solutions on your own. Keep exercising that gray matter between your ears...
View ArticleMove files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
View ArticleRe: Move files from one folder to another javascript?
Hi,this might help: // Use at your own risk // test it before! var sourceFolder = new Folder("~/Desktop/temp/source"); var destFolder = new Folder("~/Desktop/temp/destination"); var fileList =...
View ArticleRe: Move files from one folder to another javascript?
This will create NEW files though...
View ArticleRe: Move files from one folder to another javascript?
Is there a way to do this without creating new files?
View ArticleLogo with percent size compared with the image
Hello everyone I want to ask if there is any way to make a script that place a logo AND the size of that logo has a specific percent size (lets say 10%)compared with the one of the two axis of the...
View ArticleRe: Action scripts to save as with layer name
I have a new need with this same project. I have 12 separate .psd files per product (same product but in different color combinations). Each .psd has 144 layers with unique layer names. Once I open one...
View ArticleRe: PS script that emails after completion?
Bump - any help at all? I'm trying to automatically email this to tumblr...maybe that helps?
View ArticleRe: Move files from one folder to another javascript?
Not as far as I know, File methods in ExtendScript are documented on the JS Tools Guide, p. 51, and there's no move() alas.Does the date need to be the same of the original file? Because otherwise I...
View ArticleRe: Move files from one folder to another javascript?
Yes, the dates are quite important for the archived files. It will allow us to see quickly when the last edit was made to the original file since all the copies I'm making will have the new date. I'm...
View ArticleRe: Move files from one folder to another javascript?
There is nothing wrong with the new files but yes this can cause more back up than is really needed.FRom a personal stand point I would have gone for Bridge for this workflow.It has a move command that...
View ArticleRe: Move files from one folder to another javascript?
What is BridgeTalk? Also, do you have an example of this that could help me? Will I still be able to use the Image Processor Pro script/plugin in photoshop?
View ArticleRe: Move files from one folder to another javascript?
It's in the guides but is the ExtendScript way to pass data between apps... Sent from my iPhone
View Article