PS/Bridge CS5 Batch Processor Not Working / Missing Scripts

I'm having a bit of a problem within Photoshop/Bridge CS5 and haven't found anything that works to resolve it.
In Bridge, I want to launch the Photoshop Batch Processor via Tools>Photoshop>Batch.
When I select this, Photoshop launches, but the dialog to process the images never shows. On occasion, if I return to Bridge and attempt the same operation again, I'll get a notification that there's already something in progress and asks if I want to queue this operation. The other times (majority) I can return to Bridge and attempt the operation again but get no dialogues in Photoshop. I can try the other options in this menu as well (eg Image Processor, etc) and get the same results.
Here's what I've done so far:
1. Checked Bridge Edit>Preferences>Startup Scripts and ensured those were all checked. I even disabled all, closed Bridge and Photoshop, then re-enabled.
2. Cleared all Preferences from Bridge and Photoshop (using Ctrl+Shift+Alt at launch).
3. Reinstalled Photoshop (multiple times)
4. Uninstalled Photoshop, ran the Adobe CS Cleaner application, then reinstalled Photoshop.
It should be noted that in Bridge>Edit>Preferences and Startup Scripts, if I click the button to 'Reveal my scripts' the folder it takes me to is blank. Not sure if this folder is solely used for personal/user created scripts or for others as well, but it's completely empty.
I have also gone to Help>Updates and updated both applications with any necessary updates from Adobe.
If I go into Photoshop and select File>Automate>Batch or even File>Scripts>Image Processor, both dialogues open fine.
Running Windows 8.1 Pro.
Anyone else seen this and actually resolve the issue? Does anyone know where the scripts are supposed to be located and/or if I can get them from somewhere else? Any help is much appreciated

Make sure Photoshop is not started and then try to use Bridge menu Tools>Photoshop>Batch does Photoshop start up?
Bridge CS5 menu Tools>Photoshop>Batch works on my Windows 7 Pro system
Photoshop Automate>Batch is not a script  and Photoshop does not any external java program it had its own version of java plugin.
c:\Program Files (x86)\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li
c:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\Extensions\ScriptingSupport.8li
However there are two startup scripts for the bridge involved Bridge and Photoshop  You must have them for you have a Bridge menu Tools>Photoshop>items
two scripts on my system are:
c:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS5\Adobe Bridge\bridge-4.jsx
c:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS5\Adobe Photoshop\photoshop.jsx
The photoshop.jsx seems to be the one the the inserts the menu Tools>Photoshop>Batch into Bridge and also invokes Photosgop Automate>batch  photoshop.jsx  also inserts the other Bridge menu Tools>Photoshop>Menu Itens that you state work.
Here is what I see in my photoshop.jsx for batch.  I do not know or understand Bridge scripting and do not know javsscript but what I see there seems to be some checking done about Photoshop being available and if it is not the script just returns which is what you seem to be experiencing the test looks like this
  if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
  return;
The whole batch support section follows:
//=================================================================
// Batch
// Sets up Photoshop's Batch automation command to be
// accessed from the Bridge.
//=================================================================
// This routine takes an array of files. If called by Photoshop,
// it will invoke Batch with the files. If called by
// any other app, it will send a BridgeTalk message to Photoshop
// to invoke this routine with the same arguments.
photoshop.batch = function (/* Array */ files, availabilityCheckOptions)
  try
  if (availabilityCheckOptions == null)
  availabilityCheckOptions = new AvailabilityCheckOptions ();
  // Make sure this can be run.
  if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
  return;
  if (BridgeTalk.appName != "photoshop")
  // Bring Photoshop to the foreground.
  BridgeTalk.bringToFront (photoshop.versionInfo.btTargetName);
  // Create a new BridgeTalk message for Photoshop to invoke
  // Batch with the selected files
  var btMessage = new BridgeTalk;
  btMessage.target = photoshop.versionInfo.btTargetName;
  btMessage.body = "photoshop.batch (" + files.toSource () + ");";
  btMessage.send ();
  else
  app.bringToFront();
  photoshop.runActionCommand ('batch', files,
  localize ("$$$/PSBI/Automate/BatchSettingsFile=Batch via Bridge Settings"));
  catch (error)
  if (error.number != 8007) // Don't report user cancelled errors.
  alert (error);
// This routine is called when the Bridge's Batch menu item is
// chosen.
photoshop.batchFromBridge = function ()
  try
  var availabilityCheckOptions = new AvailabilityCheckOptions ();
  // Make sure this can be run.
  if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
  return;
  var files = photoshop.getBridgeFileListForAutomateCommand (true, false);
  if (files.length != 0)
  photoshop.batch (files, availabilityCheckOptions);
  catch (error)
  if (error.number != 8007) // Don't report user cancelled errors.
  alert (error);
// The code below inserts the Batch menu item into the Bridge menus.
if ((BridgeTalk.appName == "bridge") && (BridgeTalk.appVersion.indexOf (photoshop.versionInfo.bridgeTargetVersion) == 0))
  // Use temp function to keep vars out of global namespace.
  photoshop.tempFunction = function ()
  // Set up the info necessary for inserting this item into the Bridge's menus later.
  var menuItemInfo = new Object;
  menuItemInfo.text = localize ("$$$/PSBI/Menu/Automate/Batch=Batch...");
  menuItemInfo.name = 'Batch';
  menuItemInfo.onSelect = photoshop.batchFromBridge;
  photoshop.menuItemInfoArray.push (menuItemInfo);
  photoshop.tempFunction ();
  delete photoshop.tempFunction;

Similar Messages

  • Bridge CS5 preview / slideshow not working on 27" Apple Cinema Display

    I'm using my 2009 (black key) MacBookPro and Mac OS X 10.6.7 running Snow Leopard.
    2.4 GHz Intel Core 2 Duo
    4 GB 1067 MHz DDR3
    Adobe Bridge CS5 works beautifully on my MBP, my photography workflow depends on Bridge.
    However, when I attach my 27" Apple Cinema Display and try to preview images by hitting the space bar I get a gray screen. Likewise, the slideshow renders only gray.
    It's not the "black out other monitor". I've cleared the cache to re-render all the previews.
    I've scoured these forums as well as the Apple ones, and the helpful folks currently at Photoshop World in Orlando advised me that, collectively, the kind people here know everything.   I know I can't be the only photographer who uses this configuration. I'd like to use the display for client previews/ordering.
    I would so appreciate any tips you may have for me; thank you in advance for your time.
    Warmly,
    Darcy
    http://hisandhersphoto.net

    Yes, thank you. I found that post - among others when researching before I asked. I tried all the suggestions in that one and in the others.
    My issue isn't low quality rendering in the preview and slideshow - my issue is NO rendering at all in slideshow and preview. It's just blank. Gray.
    I deleted the cache in my library and through the Bridge program itself to rebuild the previews. I tried the various options of "software rendering" on and off, and different configurations in the preferences and none seem to make the preview or slideshow work. I have all the updates from Adobe and from Mac.
    I tried importing the photos I need to show my clients (who are coming to my studio this evening!) into Lightroom 3, and the LR slideshow works. But using LR and having to import photos into it is an extra step not in my workflow.
    Ideally, I can make Bridge work instead of making yet another resource-consuming copy of these photos on this computer via the Lr library.
    So - current state is unsolved.
    Lightroom 3 slideshow and preview works, but isn't ideal since it involves importing the images into Lr. Since that works - would that mean my video card is acceptable?
    Bridge can show thumbnails on the 27" display but no preview or slideshow.
    Bridge preview and slideshow works perfectly on my 15" MacBook Pro.
    I'm so disappointed since I bought the 27" Apple Cinema Display this week and was told it would work with my computer "out of the box" - I was sure to ask several times, "so there's nothing else I need to buy or do to make this work with my programs? Just plugin and go?" and several times I was assured, "Yes... plugin and go."
    I sure would appreciate anyone who's made Adobe Bridge work with a 27" display. Thank you!
    Darcy

  • CS5 Batch dose not work right.

    I am running window 7, 64 bit CS5. I have a folder that containg 100 High Res Images. I want to create a Batch file, so i can shrink them for email.
    This is what I did:
    I created a new folder i called it small version
    Then i created an Action called it Action 2
    I recorded the Action as follow: I Down sample one image and I did save for web and I stoped the Action
    Later I open the File- Automate- Batch I set the Action2,
    Inside Source: I choosed the Original High REs Folder
    Inside Destination I choosed the Small Version Folder.
    When I click Ok, The Batch process starts, and when it finish Batching, Inside my Desk top I see the Batch images all over., and also I see all the images in my Destination folder as well.
    I noticed the pictures that are created inside the Desktop are a correct size, But the pictures
    that are created inside the Destination folder are big.
    Why they are pictures are creating inside my Desk top, as well, since i choosed the Destination Folder.
    And why the Desktop pictures are correct size rather than my Destination Folder.
    Thank you very much
    Simon                                                    

    Dear MTSTUNER.
    Thank you very much. If i set the destination folder in the batch dialog to none. Then all the pictures will be inside my original picture, and i don't want that happen. I want the final Batch pictures to be in a separate folder.
    I did try a different technique, instead of save for web, I recorded an Action, to shrink the Res from 240 to 72 and it came up ok.
    I shoot with my Canon 5D, and it shoots for example: 3700 x 4600 240 dpi. So Therefore, I create an Action to Shrink it to 1400 px Height with Resample image, and Scale and constrain proportion all Checked out. Then when the Batch is over it saves all the file at 1400 px Height. The problem is they all going to be at 240dpi. That is why I use save for web, because it automatically saves it at 72 dpi. otherwise, I have to create a crop tool, and in the crop preset i have to apply 1400px for the Height, and 72 for the Resolution, and do each one Manually.

  • Bridge CC Tools - Photoshop - Batch does not work in Photoshop CC 2014.

    in Bridge CC Tools - Photoshop - Batch does not work in Photoshop CC 2014. At first I didn't even see the option but I reinstalled Photoshop CC and now I see the menu option but when I try it there is a message that I need to use Photoshop CC. So I open Photoshop CC and the same thing happens? I can't seem to make it work.

    Kitty,
    Your screen shot is in the virus scanning queue, where it can linger for minutes, hours, days or weeks.
    If you use the camera icon in the reply editor's formatting bar, you can embed your image in your post, where it will be viewable instantly.
    then:
    As for your issue, make sure all applicable scripts are checked in Bridge preferences:

  • Photoshop SC5. What's the problem, Automate / Batch, did not work.

    Photoshop SC5. What's the problem, Automate / Batch, did not work.
    Message was edited by: roomus

    What OS?  Details?
    What error message?

  • After updating Macbook to Yosemite, Adobe Bridge CS5.1 will not batch rename .jpgs without corrupting the files. How can I fix this?

    I have a student who when he tries to batch rename his .jpgs in Adobe Bridge CS5.1, the files will become corrupted and will not be able to open them. The extension is off. How can I correct this for him?

    Wait, I just caught this:
    lmartinecs wrote:
    …The extension is off. How can I correct this for him?
    Are you referring to the 3-letter ".jpg" extension being deleted?  You can't do that, of course!  If that is still the case, you'll have to add it manually to each JPEG file.

  • Image Processor Not Working

    Hi,
    I used the Image Processor feature to resize and save in a separate folder all the time in Bridge CS3. I recently upgraded to CS4 and I can't get the Image Processor to work. When I select the feature, it opens photoshop but nothing happens...it just opens the photoshop window but does nothing. Can anyone help? Does the feature not function in the same way for CS4? How do I properly use Image Processor in Bridge CS4? Thank  you!

    But all the
    files that are in my home directory (Snow Leopard 10.6.5) give that error.
    Do you have a beta of Snow Leopard, to my best knowledge 10.6.4 is the
    latest version??
    I'm going to format
    the drive on Monday and restore my system from Backup and see what that does.
    First try the uninstall CS5 suite using the uninstaller that is in each
    application folder. Also erase your serial number from computer and run the
    clean script:
    http://www.adobe.com/support/contact/cs5clean.html
    It is useless to reformat and after that reinstall from Back Up when you
    also re install the current preferences, highly likely you will end up with
    the same problem because you copied the old prefs again

  • Taking Z1 back to shops!! going back to Apple: Sony Bridge for Mac does not work

    Been an Iphone owner. really, really wanted to try a good  android phone, and the z1 looked the best. However
    I have had the most frustrating experience- this junky bridge software looks slick but it simply does not work on a mac .
    I have spent nearly a week mucking around on forums, reading technical 'get arounds' this is a £600 phone and its not good enough. It might be Apples fault for being so locked down, but sony should not claim it works when it has so many issues.
    1) it spent 3 days trying to load my media. It eventually got stuck on 10 min remaining. I pulled the cable.
    no contacts had even been added, however 1/2 the photos have, but they are a little jumbled up from when they were on my iphone.
    2) i try to download the lastest sony for Mac update 3 times- it cant even do this and gets stuck
    3) i then try to update the z1 with the latest software, again this also it gets stuck and hangs. OMG how can i update my software, do i have to buy a PC to go with the phone.
    im annoyed now and cant play with my new phone
    4) connect phone again and just ask it to do my notes, messages and contacts. This seems to work , but all the messages to my Girfriend are completley missing?? why?
    5) i try to load a few folders, the pictures on the bridge pop up window seem to freeze , ai cant even drag these across, the same happens with my music
    6) i have a lot of photos on my mac form my iphone 3000. If i choose to load them it only allows me to load all of them and not browse.
    can i avoid bridge and view my z1 as a drive? also why wont any of the software update?
    the next thing is it seems to have infected teh mac, the new version f itunes will not install correctly!! this is very unusual.
    some one please helpme before i rant in my blog!

    Hi Inventsc,
    I apologize for the late answer. I'm sorry you haven't had a pleasant experience using Bridge. We are aware of the problems you mention and are working on it. As mentioned, you can connect your phone in MSC (mass storage mode). To do this, disconnect the phone, find USB connectivity settings and set it to MSC mode before plugging it in again.
    Again, I am sorry it's not working properly for you.
    Best Regards,
    David

  • Batch Procedure Not Working For Image Resizing in Fireworks 8

    Scaling graphics with a batch process. You can alter the
    height and width of images being exported using the Scale option in
    the Batch Process dialog box. To set scaling options for
    batch-processed files:
    Select Scale from the Batch Options list and click Add. In
    the Scale pop-up menu, select an option:
    Scale to Fit Area makes images fit proportionally with the
    maximum width and height range you specify.
    If you have chosen either Scale to Size or Scale to Fit Area
    in the Scale pop-up menu, you can also choose to scale only
    those documents that are currently larger than the target
    size. To do so, select the Only Scale Documents Currently Larger
    Than Target Size option. Click Next to continue the batch
    process. For information on completing the batch process,
    This routine us not working as described: It is only
    modifying files larger than the dimension I wanted, whereas in the
    Fireworks MX, it would upsize smaller images to this requirement.
    Just FYI, we did not have the box checked to only apply to
    documents that are currently larger than the target size.
    IS THIS A BUG IN THE FIREWORKS 8 ???
    This is one of the primary reasons we use this software
    ALL RESPONSES WELCOME, ESPECIALLY ONE THAT WILL FIX THIS
    ISSUE !!!!
    JSEVonda

    I agree the option should not be there if it doesn't work.
    Quite
    honestly, I think the FW team missed it in the last upgrade.
    And you're talking about more than just scaling - you are
    most likely
    including an export command as well, this was not indicated
    in your
    original post. Keep in mind your scaling occurs BEFORE any
    saving of the
    file at any new optimization setting. Maintaining a low
    compression
    would help, yes, but I'm not referring to quality loss
    through
    compression, I'm referring to quality loss through data
    extrapolation
    (interpolation?). When you resample an image to a large pixel
    count, you
    are asking the software to use an algorithm to create pixel
    data that
    did not exist in the original file. Whether it's Photoshop or
    Fireworks,
    quality loss will happen in a bitmap file. In short, you're
    asking the
    software to make an educated guess about the data in these
    new pixels.
    As for your end results - you did not indicate the original
    size of your
    files (pixel dimensions), nor how much you are upsampling. If
    your
    files are not being upsampled too greatly, and/or there is a
    great deal
    of pixel data to begin with and/or the final upsized images
    are not
    really large then it's possible that you do not notice any
    significant
    loss in quality.
    My assumption was you were working with small files in terms
    of
    resolution. Generally, though, web images are not large to
    begin with
    and do not have a huge pixel count, so resizing them upwards
    would
    usually be noticeable.
    All I am pointing out is that the file would not have the
    same quality
    as the original, even if the option was working. Whether that
    difference
    in quality is noticeable . . .
    For example, I took an image that was 72 x 54 pixels, resized
    it 200 %
    to 144x108 pixels. Bigger image, but quality is low and
    noticeable.
    I do the same thing with a file that is 1024 x 768 and I can
    still see
    some loss, but it doesn't look quite as bad. IT is however,
    noticeably
    more blurry than the original.
    And now how about a possible FW solution? ;-)
    Open ONE file in FW
    Set your jpeg quality to 100 (Type the value, do NOT use the
    slider)
    Go to Modify > Transform > Numeric Transform
    Set your new image size to the desired dimensions
    Click OK
    Go to Modify > Canvas > Fit Canvas
    Find those three steps in the History panel and save it as a
    custom
    command.
    You will now be able to access this step in the Batch Process
    Wizard, in
    the Commands menu. or in the Commands menu in FW.
    Add your other batch steps. You do not need the export option
    because we
    set that up in the custom command, but you might want to use
    the Rename
    operation.
    Click Next
    Choose an export directory if you wish
    Save the script to create a complete custom command that
    handles both
    sizing and exporting and file renaming and a custom location
    for saving
    the file.
    This one script can then be used either from the Batch
    Process Wizard OR
    from the Commands Menu in FW.
    One note, if you choose a custom location for the files to be
    saved,
    that directory gets written into the command, so whenever the
    batch is
    run - that is where the new files will go.
    As for other programs, Photoshop comes to mind. I'm sure
    there are
    other, specialized batch processing programs out there which
    could do
    exactly what you want.
    HTH!
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver
    JSEVonda wrote:
    > Well if that is the case, they should have notified the
    users to tell them, as
    > that is one of the primary reasons we even use the
    product. On that note, from
    > reading above replies, the upsampling did not degrade
    any image quality if you
    > simply chose "custom", as it allowed you to set the
    image quality to 100% of a
    > jpeg, during the batch routine, if you so desired.
    >
    > That said, what other product will do the task of
    "upsampling" as you call it,
    > in a batch format, as I do not want to have to go thru
    over 1000 images each
    > week and upsize them one at a time.
    >
    > JSEVonda
    >

  • Image Processor not working for me. Help!

    In a nearby thread I've reached a stumbling block. Image Processor in CS4's PS is not working for me. I have a folder of psd's generated on the fly via File > Export > Data Sets as File... and now I'm trying to process those psd's to generate a JPEG of each. The only strange characteristic of the auto-generated PSD files is that there is no image preview available within the Finder. When a psd is selected the preview pane reads:
    "This layered Photoshop file was not saved with a composite image"
    I've verified in my Preferences > File Handling that image previews are always saved. (But I've been using PS for a long time and previews are always available with all my manually saved work.)
    So here's what happens when I invoke File > Scripts > Image Processor...
    In section 1 of the menu I select the source folder where the psd files reside
    In section 2, I select 'Save in same location'
    In section 3, I select 'Save as JPEG'
    In section 4, I change nothing. No special actions. Include ICC profile is checked.
    When I select run I get an error message: "Sorry, I could not process the following files:"
    And then it lists what appears to be 3 lines per psd file in the source directory:
    The path to the source dir
    The name of the source dir
    The [source_dir]/[filename.psd]
    What am I doing wrong?

    mrdior wrote:
    I have a folder of psd's generated on the fly via File > Export > Data Sets as File... and now I'm trying to process those psd's to generate a JPEG of each. The only strange characteristic of the auto-generated PSD files is that there is no image preview available within the Finder. When a psd is selected the preview pane reads:
    The part I don't understand is the "export" Part. File > Export > Data Sets as File.. on my machine is grayed out so I don't know how this feature is used. Is Export > Data Sets as File... used with CSV data sets and Photoshop variables?
    Check your Photoshop preferences and make sure you have set in the file handling tab "Maximize PSD and PSB File Compatibility:" to Always using the pull down menu. If that is not your current setting try setting that to see if the exported PSD files contain composite previews. When I use save as PSD on my system I alway see Photoshop save through up a popup window stating generating composite preview image.

  • My Adobe Flash CS5.5 did not work while it is opening a .fla with big size

    This is a very serious trouble...
    I have a .fla with 101MB.
    I always use this file and there is no problem on opening this file before.
    This morning , I found that while I am opening the file, Flash did not work. It said Adobe Flash CS5.5 stop running <--- (I forgot what is the whole message)
    I have used my computer for only 1 and a half year only,  my I think I have enough RAM and memory to run my Flash CS5.5 , but this problem did not appear before and appear in this morning
    Can somebody tell me what the problem is? Thank you.
    P.S. here is some information of my computer
    CPU : Intel(R) Core(TM) i5 CPU      650 @ 3.20GHz   3.20 GHz
    RAM : 4.00GB (3.18GB available)
    System type: 64-bit

    Set the library as "merge into code" and the problem doesn't happen.

  • Bridge CC Output Module not working for me

    I have installed the Output Module in Bridge CC (Which I can't believ was not included and that it is not an auto update as I thought was one of the big positives of this whole CC concept)  but while it opens and looks ok, when I try to create and save a pdf contact scheet, I get a message saying "The file or folder does not exist." and nothing is created or saved.  What gives?  This is a major feature of Bridge to me as I use it a lot.
    By the way, the web gallery does not work at all, either.

    Have you read through the help doc  http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

  • Adobe Premiere Pro CS5 Dynamic Link not working as part of Production Premium CS5

    I ran into a situation whereby I recently reinstalled my Production Premium CS 5 onto a new computer and when trying to run the Dynamic Link out of Premiere PRO CS 5 to create a new After Effects composition, After Effects tried to start up but then crashed with the error that Production Premium was needed.
    Yet, I had Production Premium CS5.
    (Note:  The crash didn't occur when I simply tried to use Dynamic Link without anything selected in my project or timeline - but the moment I had a clip in my timeline selected to work on it, the dynamic link would not work as covered above.)
    In checking around the forums I found various answers to this problem such as rebooting the computer, reformatting hard drives and/or whatever.  This all may be correct.
    However, as I just went through that nightmare, I was not anxious to do that again.  So, I called Adobe and the following solution solved the matter in 5 minutes:
    1. Close all your other Adobe applications such as After Effects.
    2. Open up Premiere Pro CS5 and then deactivate it by going to HELP>DEACTIVATE and then Permanently Deactivate.
    3.Close the application and restart Premiere Pro CS5.
    4.Then do the same to Activate it.
    5. Have your serial number handy and plug it in when prompted.
    Solved it right away and worked beautifully.
    Not to say there couldn't be more complicated situations, but the above worked and the simpler the better is good for me. And I thought I would post this in case anyone else ran into this problem.

    Thanks for posting your solution.

  • Batch window not working. Help,plz its urgent!!

    My batch window is not showing up stuff that I have submited from compressor, FCP still says its exporting but file does not work afterwards.
    G5   Mac OS X (10.4.3)  

    You might want to check this note from Apple:
    http://docs.info.apple.com/article.html?artnum=93234

  • CS5 Illustrator shortcuts not working PC

    Hi, im using CS5 and changed my key board language configuratiosn and now my illustrator short cuts as Ctrl + and Crtl - (for zoom) are not working...
    When I run the program there is a pop up window thas says:
    Error loading plugins.
    Keyboard Shortcuts.aip
    SVG File Format.aip
    Variables Panel.aip
    Now I have deleted the spanish keyboard setting and back to the US one but still not working, Can someone help me??
    Thanks alot
    Daniel

    THANKS ALOT for this!!!
    this was the problem the CA antivirus
    Best Regards

Maybe you are looking for