When actions won't "Save As" to same folder

There's a persistent problem where "Save As" Photoshop Actions stay stuck saving files to the same folder where the action was originally recorded. I have a lot of unflattened files in my archives that don't have image previews, instead they have the text alert: "This layered Photoshop file was not saved with a composite image" in four different languages. I eventually figured out that the best way to supply these documents with previews is to "Save As" with the same name, and force my Mac OS to replace them with new files that have OS-generated icons. (Preferences>File Handling>File Saving Options>Image Previews>Never Save)
I made a Photoshop Action to run a Save As on an open file. However, the action permanently recorded the target folder for the original file which I used when I was recording the action. There's no way to edit that out or re-set the action so that the file is saved to its same folder. The only workaround is when you're running the action as a batch operation. Then you can override the action's target folder to anything you want. But I wanted an operation I could use on an individual file, that would be quicker than running File>Save As, hitting Return twice, and closing.
Turns out I'm far from alone in this, as well in my frustration that Adobe continues to not provide any simple way to do this. So I'd like to share the solution I just came up with, using the excellent macro utility, Keyboard Maestro. I assume any other good macro app will allow you to do something similar.
"Photoshop SaveAs" [my name for this macro]
Triggered by any of the following:
The Hot Key ⌘F15 is pressed [the key combo of my choice]
Will execute the following actions:
Select Menu Item in Finder
Select: File ⇢ Open
Activate Adobe Photoshop CS5. [to bring Photoshop to the front]
Pause for 0.5 Seconds [sometimes Keyboard Maestro needs a pause in order to execute correctly]
Select Menu Item in Adobe Photoshop CS5.1
Select: File ⇢ Save As...
Pause for 0.5 Seconds
Press Button ‘Save’
Pause for 0.5 Seconds
Press Button ‘Replace’
Pause for 0.5 Seconds
Select Menu Item in the Front Application
Select: File ⇢ Close
[end macro]

USAlias wrote:
The only workaround is when you're running the action as a batch operation. Then you can override the action's target folder to anything you want. But I wanted an operation I could use on an individual file, that would be quicker than running File>Save As, hitting Return twice, and closing.
Actually I was trying to make you think. I always want to make users think when they write the only way is.  I have a problem believing there is only one way to do something in Photoshop. I know you wrote about batch and I wanted you to think more about it and also about scripting.
I use a PC and You a Mac.  So I not exactly sure of what you want to do. On one hand you write you have many files without previews so right away T think Batch and PSD file with max compatibility so there is a composite preview.  You write about batch but then you write individual file. And you don't want to hit return twice and then close.
Scripting is powerful and since CS3 scripting has plug-in support. So you can record a plug-in script in an action. When you set the setting in the Plug-in dialog they are recorded into the action step and passed to the script when the action is played  so the script bypass displaying its dialog and uses the setting you recorded.
A very powerful Plug-in script was written by X that you can download from Russell Brown's web site.  I believe you can use it to automate your process.  Record something like this in an action.
Menu File>Automate>Image Processor Pro
Follow that step with a close
Or use the Image Processor Pro to batch all of your images documents files.

Similar Messages

  • Text file being overwrite when another info is save in he same text file

    At first, the text file is use for saving user information but after that when i want to save more thing in the same text file, the user infomration is being overwite. How can prevent the original message from being overwite?

    When you create the CFile/CNiFile object to write to the file, use the CFile::modeNoTruncate flag to indicate that you want to open the file as an existing file and that you don't want the file to be truncated to 0 length. For more information, see documentation for the CFile flags.
    - Elton

  • Why can't I save in the same folder pr default?

    When i open a file - either from drag'n'drop or "open with" and wants to save the file - PS always suggests the latest folder where I saved a file.
    This is pretty annoying! If I work with a file - naturally I want to save it in the exact same folder (90% of the time).
    Is there anywhere I can change this?
    PC
    Adobe Premium
    WIN XP SP2
    Cheers Jonas

    It's Windows thing. I don't know if using the Adobe dialog changes anything.

  • Photoshop CS3 actions won't save

    I'm learning to create actions in PS.
    Unfortunately, when I've created an action on my desktop computer, the action lasts for the session only and is not there when I restart PS. I've done this several times, and the result is always the same. The actions remain for the session and work fine, but disappear after a restart.
    This doesn't happen on my backup copy on a laptop, but I do my PS work on a desktop and it's a problem.
    Thanks for any help.
    EdB

    Your problem may be due to improperly loading the actions. Did you double click the file to load it into Photoshop?
    If so, this tutorial on how to load a photoshop action set will help you.

  • Actions won't save

    I am using Photoshop Elements 13 and have uploaded paid actions and every time I close or the darn program freezes I have to start all over uploading the actions again! Time consuming and frustrating.  I know someone must have the answer?  Thanks!

    USAlias wrote:
    The only workaround is when you're running the action as a batch operation. Then you can override the action's target folder to anything you want. But I wanted an operation I could use on an individual file, that would be quicker than running File>Save As, hitting Return twice, and closing.
    Actually I was trying to make you think. I always want to make users think when they write the only way is.  I have a problem believing there is only one way to do something in Photoshop. I know you wrote about batch and I wanted you to think more about it and also about scripting.
    I use a PC and You a Mac.  So I not exactly sure of what you want to do. On one hand you write you have many files without previews so right away T think Batch and PSD file with max compatibility so there is a composite preview.  You write about batch but then you write individual file. And you don't want to hit return twice and then close.
    Scripting is powerful and since CS3 scripting has plug-in support. So you can record a plug-in script in an action. When you set the setting in the Plug-in dialog they are recorded into the action step and passed to the script when the action is played  so the script bypass displaying its dialog and uses the setting you recorded.
    A very powerful Plug-in script was written by X that you can download from Russell Brown's web site.  I believe you can use it to automate your process.  Record something like this in an action.
    Menu File>Automate>Image Processor Pro
    Follow that step with a close
    Or use the Image Processor Pro to batch all of your images documents files.

  • Page change the current row when concurrent users press save in the same ti

    I have a problem that appear only when a lot of users are running at the same time
    that I have an editable form that have save button some times when I press save the current row that I edit is changed or return null row.
    for example imagine that I edit employee that has Id = 50 when a lot of users running on the application at the same time when I press save the record changed to another employee that has id = 49 or returns empty form
    in my code for save I call application module method that have code similar to this
            myViewRowImpl viewimpl =
                (myViewRowImpl )getMyView().getCurrentRow();
            getDBTransaction().commit();I build my ADF fusion web application using ver 11.1.1.3

    Hi,
    sounds like a passivation problem.You can also try and change the AM pool size.
    Read up here:
    http://docs.oracle.com/cd/E21764_01/web.1111/b31974/bcservices.htm#sthref873
    http://docs.oracle.com/cd/E21764_01/web.1111/b31974/bcampool.htm#sm0299
    Frank

  • Save file in same folder

    It seems since CS5 when I open a file, make changes, and save the file, ID doesn't know where to save the file. Why doesn't it just save it where it is? Now I have to browse back to the folder where the file lives. Is there any way to fix this?
    Thanks!

    Sounds like you're opening files from an earlier version. Once saved as CS5 ID should default to the folder where they live.
    In general, file actions such as open, export, save, default to the last used folder for that action unless ID knows, in the case of saving, where the file lives because it's already saved. You might think CS5 would know your CS4 and earlier files were already saved, but ID never overwrites a legacy file without explicit iinstructions from the user to do so (you should have notice the word [converted] added to the file name when it was opened, and this is considered a new file until you save it for the first time in CS5.

  • How do i save a .m4v file to the movie folder when it will only save to the music folder?

    I have a movie file in my ITunes music folder that i want to mover to the movie folder because it is a movie. The file type is a .m4v. When i click and drag it itunes wont let me drop it in movies.
    What do i do??

    You drag it using Windows Explorer and not in iTunes.  Itunes library merely link the movie in iTunes library to your file location.
    After you have dragged the file to another location, remember to link your original movie in itunes library to the new location.  Right mouse click the movie, GET INFO, click LOCATE and direct to the new location (otherwise, your movie will not play)

  • Batch convert appleworks to pdf in same folder

    I need a script that will work in 10.5.8 on a powerPC machine (iBook G4) that will allow me to scan the entire drive for Appleworks documents, open them in AppleWorks, print to PDF, apply the same name and save in the same folder.
    A bonus would be to also delete the original AppleWorks file while it's at it.
    Anyone written something like this? I see some solutions that batch convert to PDF into a default folder - all I need is to save in the original file folder and delete the original doc. Of course I will be making a clone of the afected system beforehand.
    Thanks in advance for any responses,
    M

    Two snags with that script:
    - it does not put the PDF in the folder the original file came from
    - it aborts if there is a message about contents not fitting on PDF print area
    ANy suggestions on either?

  • 2 users want to use the same folder

    which is the best way when 2 users want to use the same folder.
    i know that i can use the public folder
    or
    create a folder and change the protection so that the 2 users have all rights
    is this correct or exist more solutions for this problem?

    you could consider a solution such as Dropbox ...

  • My iPhone 4 refuses to save pictures and at some instances, delete my existing pictures. I take a picture, and then go to camera roll and look, but it doesn't show up. The same thing happens when I try to screenshot things; it won't save.

    My iPhone 4 is severely making me mad. It won't save any pictures I take. I will take the picture, then go to view it in the Camera Roll, and it just won't be there. The same thing occurs when screen shotting things on my iPhone. Some times it won't even let me delete the existing pictures I had on my phone before this all happened. I will click delelte, then it will pause, and eventually close me out of the photos app. However, when I go to settings, it says I have 440MB of pictures on here somewhere. But I can oly see 3 pictures in the camera roll. Also, it says in the camera roll app that it is 'Restoring...' then just sits and loads and won't restore anything at all. HELP ME PLEASE. I have iOS 7.1 currently installed.

    Have you Tried Clearing the The Cache in the Camera or Gallery in your Applications Area.. Go to Settings--> Applications--> Manage Applications--> Select All--> Clear the Cache in Both the Camera & Gallery Clearing the Data however might Clear you Pictures in your Gallery but if your Ok with it Give it a Shot,

  • ARD won't save multiple computers with same IP and different port!

    I'm trying to access multiple computers over the internet behind a firewall with port forwarding.
    I can access each computer, but ARD won't save the IP address and port (in IP Address column of ARD 3.1) of multiple computers with the same IP address. It will only save ONE. I've tried 'add by address', adding a list for each computer or adding a list for all those computers. Nothing has worked. ARD will actually change the first computer's IP address to 0.0.0.0
    Example: Static IP address
    Computer 1 xx.xxx.xxx.xxx:51 (public port 51 is forwarded to port 5900 on computer 1)
    Computer 2 xx.xxx.xxx.xxx:52 (public port 52 is forwarded to port 5900 on computer 2)
    Computer 3 xx.xxx.xxx.xxx:53 (public port 53 is forwarded to port 5900 on computer 3)
    Has Apple really overlooked this or am I missing something? Isn't this how most people would remotely manage multiple Macs offsite?
    Thanks

    ARD cannot do this as you're asking. If your
    workstations get their addresses from an NAT device
    rather than being "real", the ports also need to be
    forwarded in the router to the workstation's internal
    IP address. ARD uses port 3283 for the reporting and
    updating function, so if your Macs are getting their
    IP addresses through NAT, since you can only forward
    a port to a single workstation, you can only get
    reports, push package/files to etc. for a single
    workstation.
    ARD uses the VNC protocol for observation and
    control, though, and there are a range of IP
    addresses for that protocol, starting with 5900. ARD
    uses 5900 by default, so that port would be forwarded
    to the first workstation. You would, I believe, need
    to install VNC servers on the systems (since the ARD
    client cannot listen on any port other than 5900
    while VNC servers can be set for other ports such as
    5901, 5902, etc. You would then forward 5901 to the
    second workstation (and on to 5902, 5903, etc.). You
    can then use the following information:
    Remote Desktop 2: How to specify a port number
    for a VNC client
    to connect.
    The only other options are: 1) to run the ARD
    administrator on a workstation on the network, and
    then take control of that system from outside, either
    via VNC or another copy of ARD, or 2) set up a
    virtual private network (VPN) so that when you
    connect from outside, your admin system is officially
    part of the local network.
    Hope this helps.
    That definitely helps. I have ARD installed on my MBP and on a workstation on the LAN. I have used ARD from the MBP to control ARD on a workstation on the local network, but it can get a little tricky. I already have VNC setup on all the workstations. I used to use COTVNC prior to purchasing ARD 3.1.
    I guess what I'm really asking is...
    How do I add a list of workstations and save the settings (same IP address for each workstation with different ports?) to control/VNC via ARD?
    I simply want a list that shows each workstation, so I can control/VNC them using ARD offsite.
    Name: Computer 1 IP Address: 123.123.123.123:5901
    Name: Computer 2 IP Address: 123.123.123.123:5902
    Name: Computer 3 IP Address: 123.123.123.123:5903
    I don't want to have to manually type in the IP address into ARD every time.
    Will ARD simply not add another computer to the list if it has the same IP address but different port number as a computer already on the list? I haven't been able to find a way to make ARD do this.

  • How can I save to the same map every time when printing pdfs?

    How can I save to the same map every time when printing pdfs?
    Finder points to the document map even when I chose a different map recently.
    I often print series of pdfs from the print dialog box, I'd like to choose the map to save to and then have all subsequent pdf prints automatically directed to the same map until I decide otherwise.

    that link seems to be broken right now:
    403 Error - Forbidden  - No cred, dude.

  • HI, I just got a Macbook Pro.  It's great but my mail doesn't work at all.  It will come up correctly, but take forever to download messages,  then won't delete them,  then won't save them to folders.  Then when I go to quit mail it's like it gets stuck.

    HI, I just got a Macbook Pro.  It's great but my mail doesn't work at all.  It will come up correctly, but take forever to download messages,  then won't delete them,  then won't save them to folders.  Then when I go to quit mail it's like it gets stuck between quitting and not.  I have to force quit, then restart my computer if I want to pull up my mail again.  How can I fix this?

    If you just got your new MBP you have phone support from Apple (which is quite good) call them.  800-692-7753 tell the automated answerer "mail technical support" you'll have human quite quickly.  Hope this helps.

  • Exchange Personal Archive - When Replying To A Message That Is Not In the Inbox, Save The Reply In The Same Folder

    -Settings
    Exchange 2010 enterprise on-premise
    Outlook 2013 std
    Exchange Personal Archive
    Feature : Option/Email/When Replying To A Message That Is Not In the Inbox, Save The Reply In The Same Folder
    Hi,
    the feature works fine in the mailbox of the user but not from within the exchange personal archive.
    Instead the reply is saved in the send items folder of the mailbox.
    Any suggestions how to make this work?
    Best Regards,
    zrvb

    AFAIK, that is how it is intended to work. The archive is considered as "old-emails" so the newly created reply doesn't fall within that category.
    Contact Microsoft Support by phone to submit it as a bug when it is "unexpected behavior" from your point of view or otherwise as a feature request/design change.
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

Maybe you are looking for

  • How do I set a different caller ID for the iPhone Cellular Calls from my Mac?

    This will get lengthy so bare with me. My wife and I both have an iPhone and we use the same iCloud account. I wanted to set up my Mac to handle my phone calls with the new feature on Yosemite so I went into Preferences on the FaceTime app on my Mac

  • ISE EAP-Chaining with machine, certificate and domain credentials

    Good morning, A customer wants to do the following for their corporate wireless users (all clients will be customer assets): Corp. wireless to authenticate with 2-factor authentication: •1. Certificate •2. Machine auth thru AD •3. Domain creds When c

  • How to make jre 1.3 and 1.4 co-exist

    Hi, I have an applet that I have tested and know runs fine under 1.3.1_01 to 1.3.1_04. I have tested it with 1.4.0_01 and know that it doesn't work. Right now, rather than look into why it doesnt work in 1.4 I'm interested in just making it work at a

  • Terminal is creating persistent 'invisible' screens

    This is 'solved' but I am puzzled how it arose and am hoping the (rather obvious!) solution might help others who find their Mac doing this. Recently I notice that, when a new window is requested, Terminal creates one but it is not visible except in

  • Garageband won't open at all!

    Ok so I think since I upgraded to Leopard, my garageband won't open. It just says its "initializing" and the logo bounces in the dock for about 2 minutes or so... then it says "the program quit unexpectedly after it was relaunched" I'm not sure what