CS3: Any way to Batch convert files from different directories?

Using CS3. I want to open a bunch of TIF files and re-save using different file options. The only way I know to do this is with File > Automate > Batch. But that only works if the destination folder for all files is the same. It's not.
Ideally I would not need to first open the files in Photoshop. Perhaps something with Bridge will work. Tools > Photoshop > Image Processor looks promising. There's even an option called "Save in same location", which does not do what it says so is totally useless.

>Bridge and Finder. They might both be running, but they are two programs that aren't Photoshop to do one simple thing Photoshop should do already by version 11.
The whole point is that Bridge is supposed to be used as an integral part of the CS4 SUITE.
I keep Bridge CS4 running at ALL times (it uses a minute amount of resources when it is just in standby mode) and I consider it to be an essential adjunct to Photoshop particularly if you deal with digital camera files.
I use its "Get Photos from Camera" to download from my card reader in preference to Nikon's download program; and I open whole batches of RAW files for processing in Bridge-hosted ACR 5.2.
ACR 5.2 also handles scanned Tiffs and JPEGs.
And I use Bridge to output Web Galleries; attach files to e-mails; collect aliases of all the files of any kind (and from any folder) that are needed for a particular project into a single Collection: and generally to organize file storage throughout my System.
The only thing that I can't yet do directly from Bridge is to burn a Collection to a CD or DVD.
Hopefully, someone like David Franzen will create a Script to do that too?

Similar Messages

  • Is there any way to get the files from other computer ?

    Hai all,
    I have 2 computers connected. I know the IP address of other computer. Is there any way to get the files from other computer. (for e.g. I want to get the files from specific folder. In Java netwroking is it possible? (Any programs)
    regards,
    Namanc

    Bro Take it easy.
    Think you need to send a Image file named ("abc.gif")
    now develop a server using ServerSocket and connect it in local IP and any PORT
    For example i think ur server is connected in "localhost" and 9000 port.
    Now make ur server educated using some commands.
    For example:
    FileName: <File Name String>
    [Means new file is sending by connected client]
    FileSize: <File size long or int value>
    [ So that ur server can determind about the total length of sender file]
    DataModeOpen
    [Now your client will send its image data, this command means your client software is sending data]
    fjadlkfjaofaijojfwoeiurfodkjflsajlfksa
    l23j4lj23lkjlasjfoq23j4rokjelfkjasldkf
    2o3j4lk2j3ljslakdjf2l3j4 l23kjlk23k4j
    DataModeClose
    [Means file sending finished]
    Close
    [Means your client connection is closed]
    Now develop a client supporting this command.
    For example(Server):
    String getFileName=null;
    long getFileSize=0;
    public handleCommand(String getCmd) {
        if(getCmd.startsWith("FileName")) {
                String[] splitData=getCmd.split(":");
                this.getFileName=   splitData[1];
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("FileSize")) {
                String[] splitData=getCmd.split(":");
                this.getFileSize=Long.parseLong(splitData[1]);
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeOpen")) {
               //data mode open so receive data
              receiveData();
              outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeClose")) {
              //close client socket
             getClientSocket.close();
    }For client:
    DataInputStream dataIn=null;
    BufferedOutputStream bout=null;
    public sendFile(bytes[] getBytes) {
            //if ok found then do other or show error message
        if(sendCmd("FileName:"+getFileName)) {
            if(sendCmd("FileSize:"+getFileSize)) {
                if(sendCmd("DataModeOpen")) {
                   bout.write(getBytes);
                } else {
                   showError(3);
            } else {
                   showError(2);
       } else {
            showError(1);
    }i think it will help u

  • How to include header files from different directories?

    Hi,
    Sorry for the newb question, but I can't figure this out. I'm trying to compile a simple piece of code (C++) that uses header files in a directory different from the Project directory; header files are in /opt/csw/postgresql/include/pqxx. I've tried a few different things, adding that directory to the include directives under Resource Files, add existing files from a folder, etc etc. Whenever I try to build, dmake bails with status -1. I can't seem to get this working, can someone explain how to use header files from different directories?
    Thanks,
    SlowToady

    Header files are usually specified relative to a base directory. If the base directory is not a system directory -- /usr/include or the compiler installation directory -- add a command-line directive
    -I path/to/base/dirfor each such directory.
    The path can be absolute, such as
    -i /opt/csw/postgresql/includeor relative, such as
    -I ../../my/includeIn your source code, specify the header file relative to the base directory, and be sure to use quotes, not angle brackets. Example:
    #include "header.h"  // right
    #include <header.h>  // wrongThe angle brackets are used for system headers, like <iostream> or <stdlib.h>.
    The rules above are common to all compilers on Unix and Linux, and generally to all C and C++ compilers.
    For more details, read about the -I option in the C++ Users Guide. You can find the guide by pointing your browser to the "docs" directory in the compiler installation, or go here:
    http://docs.sun.com/app/docs/doc/819-5267
    All command-line options are described in Appendix A.

  • Is there any way to constantly update files from pc to ipad (Over WiFi)?

    I use my iPad as a reader. i.e. I work on documents on my PC, then transfer them to my iPad and use those documents for quick reference on the go. Now, the problem is that I have to keep updating/modify the documents on PC. So every time I have to delete the older documents from my iPad and copy the newer ones. Now that's so time consuming.
    A one way (PC to iPad) sync is what I need. I know that this can be done with by lot of apps (dropbox, sugarsync, etc.), however they need internet connectivity. I want to transfer/sync over my home network. On android there are lot of apps to do this while I am yet to find a decent one for the iPad. Can anyone please suggest me one or a workaround?

    Look at goodreader or DocsToGo.  It will sync files from any file servers.  Set up a file server on your machine. ie.  share a folder from your machine.  Read below  for more details.
    Don't you have the internet at home?  So what's the problem with dropbox etc?
    How are you copying now?
    Some over the air methods.
    Windows File server
    http://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8
    Configure WebDave on your server.
    This thread has good info.
    https://discussions.apple.com/thread/3708341?tstart=0
    I'd guess there is a local sync option for business.  You just need to find it.
    google:
    sync ipad file local net
    I'll now look for some.
    Automatic Synchronization
    GoodReader can automatically sync individual files and entire folders to their remote versions hosted on online servers ... also any WebDAV, AFP, SMB, FTP or SFTP server. ( these are folder sharing mechanisims. )
    GoodReader not only supports massive PDF and TXT files, but also handles the most popular file types:
    MS Office - .doc, .ppt., .xls
    iWork ’08/’09
    HTML and Safari webarchives
    High resolution images
    Even audio and video!
    http://www.goodiware.com/gr-man-tr-servers.html#sync
    DocsToGo
    • VIEW/EDIT/CREATE Word & Excel files(Office 2007/2008/2010)
    • VIEW PowerPoint, PDF, iWork, Text, .RTF, and more!
    • Send & receive attached supported documents using the built-in Mail app
    • FREE desktop application with your purchase! Compatible on Win & Mac allows you 2-way file sync with a WIFI connection.
    • Open & Edit files within DocsToGo from any 3rd party app that supports the “Open In” feature
    • Supports iTunes File Sharing via USB cable for manually moving files
    https://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    Thanks to Texas Mac Man for pointing to this link.
    "Quickoffice Connect Mobile Suite and Documents To Go These two apps share an important feature: unlike Numbers, they can open, edit, and save an Excel spreadsheet without stripping out any data or formatting, even though they can’t display or edit all the existing information; spreadsheets can make the round trip from Mac to iPad and back safely, without losing anything."
    http://www.macworld.com/article/1159958/ipadspreadsheet.html

  • Is there any way to upload RAW files from my DSLR camera to my iPad Air

    I want to upload RAW files from my DSLR to my iPad Air for storage until I get hole to my Macbook. Is there any way to do this?

    This http://store.apple.com/us/product/MD821ZM/A/lightning-to-usb-camera-adapter shoudl do it

  • Is there any way to erase all files from a broken macbook without switching it on??

    My macbook air died when I stupidly spilled nail polish remover over the keyboard- this was actually about two years ago and for various reasons I've only just gotten round to figuring out the best way to dispose of it. The problem is that it no longer switches on at all (and doesn't charge either), so I have no way of erasing my files and personal information and I'm just not comfortable recycling it knowing there could still be stuff stored on there. Does anyone know of a way to wipe the memory without switching it on, or have any suggestions for what I can do with it otherwise?

    1. Click here and follow the instructions; if you have a different MacBook Air model, see the links at the bottom of that page.
    2. Put it in an enclosure(any large enough computer store should have them) and erase it, or just keep the drive.
    (112851)

  • [Urgent] How to read files from different directories?

    I am new to Java Programming, I would like to know how to read files from directories other than the current one? (example as follows)
    ProjectDirectory
    |--MainDirectory
    |--MainProgram.java
    |--SupplementDirectory
    |--SupplementProgram.java
    |--Pictures
    |--Image.gif
    What should I write in the MainProgram.java so that I can use the supplementProgram.java from MainProgram and read the Image.gif file from the MainProgram.java?
    Thanks

    Run through the I/O tutorial here. It should get you up to speed on this sort of thing...

  • Reading files from different directories and exceuting them

    D:\>cd PROC_PKG_FUNC
    mkdir FUNCTIONS
    mkdir PACKAGES
    mkdir PACKAGES_BODY
    mkdir PROCEDURES
    mkdir TYPES
    mkdir TYPES_BODY
    SQL> create directory FUNCTIONS as 'D:\PROC_PKG_FUNC\FUNCTIONS';
    Directory created.
    SQL> create directory PACKAGES as 'D:\PROC_PKG_FUNC\PACKAGES';
    Directory created.
    SQL> create directory PROCEDURES as 'D:\PROC_PKG_FUNC\PROCEDURES';
    Directory created.
    SQL> create directory PACKAGES_BODY as 'D:\PROC_PKG_FUNC\PACKAGES_BODY';
    Directory created.
    SQL> create directory TYPES as 'D:\PROC_PKG_FUNC\TYPES';
    Directory created.
    SQL> create directory TYPES_BODY as 'D:\PROC_PKG_FUNC\TYPES_BODY';
    Directory created.
    suppose,
    there is a D:\PROC_PKG_FUNC directory in my local machine where the database server exists.
    And in that directory there are different directories like FUNCTIONS,PACKAGES,PACKAGES_BODY,PROCEDURES,TYPES,TYPES_BODY, now I've created all the remote schemas obejcts in these folders using utl_file, with the help of the following package
    SQL> CREATE OR REPLACE PROCEDURE Get_Db_Ddl_Scripts AS
    2 v_file Utl_File.FILE_TYPE;
    3 v_file_dir VARCHAR2(50);
    4 i_first_line NUMBER := 1;
    5 BEGIN
    6
    7 v_file_dir := 'PROC_PKG_FUNC';
    8
    9 FOR REC_OBJ IN
    10 (SELECT DISTINCT NAME,TYPE,DECODE(TYPE,'FUNCTION','FUNCTIONS','PACKAGE','PA
    CKAGES','PACKAGE BODY','PACKAGES_BODY','PROCEDURE','PROCEDURES','TYPE','TYPES','
    TYPE BODY','TYPES_BODY') v_file_dir
    11 FROM ALL_SOURCE@FRISKDEVI41B_ORCL WHERE OWNER='FRISKDEVI41B'
    12 AND TYPE IN ('FUNCTION, PROCEDURE','PACKAGE','PACKAGE BODY','TYPE'))
    13 LOOP
    14 v_file := Utl_File.FOPEN(location => REC_OBJ.v_file_dir,
    15 filename => REC_OBJ.NAME || '.sql',
    16 open_mode => 'w',
    17 max_linesize => 32767);
    18 i_first_line := 1;
    19 FOR REC IN (SELECT TEXT FROM ALL_SOURCE@FRISKDEVI41B_ORCL WHERE NAME = REC_
    OBJ.NAME AND TYPE=REC_OBJ.TYPE AND OWNER='FRISKDEVI41B' ORDER BY LINE)
    20 LOOP
    21 IF i_first_line = 1 THEN
    22 Utl_File.PUT_LINE(v_file,'CREATE OR REPLACE ' || REPLACE(REC.TEXT,CHR(10),N
    ULL));
    23 ELSE Utl_File.PUT_LINE(v_file, REPLACE(REC.TEXT,CHR(10),NULL));
    24 END IF;
    25 i_first_line := i_first_line + 1;
    26 END LOOP;
    27 Utl_File.FCLOSE(v_file);
    28
    29 END LOOP;
    30
    31 END;
    32 /
    Procedure created.
    SQL>exec Get_Db_Ddl_Scripts ;
    PL/SQL procedure successfully completed.
    Thus the files are created in the location.
    now what i want to do is i want to read each file and run in my current schema to create these objects in my local scehma ,is that possible? Help required._

    ORCHYP wrote:
    once these files are written in respective folders, you can open them with utl_file('read') in current schema and very well you can execute them.
    Try it onceTry it as many times as you like, you won't execute the files with utl_file, that's for sure. ?:|
    Using something like DBMS_SCHEDULER you could issue a one off job for each script, as that package can call o/s commands.
    However, what's the point?
    You may as well, in the code above, just build up your DDL commands or whatever inside your code and, rather than write them out to scripts, use the EXECUTE IMMEDIATE command to execute the DDL against the database.
    Of course may not be the best thing to be doing, but we have very little information about what it is that is trying to be achieved, and no reason given why all the functions, packages etc. aren't just put together in a single script that is executed from the command line in the first place. Why try and write PL/SQL to do it?

  • How to call java files from different directories

    hi, how do i call java files from a different directory??
    let say i got partA.java, and i need to include functions from partB.java which is in a different folder. how can i do that?

    Chicon wrote:
    Hi nuttynibbles,
    Before the class declaration in partA.java, you must have an import statement like :
    import someDirectory.partB;
    public class partA {
    ... and before you ask... you'll probably want to read through this http://java.sun.com/docs/books/tutorial/java/package/index.html

  • Any way to batch convert AW 5 to AW 6, then from AW 6 to Pages '09?

    I know I can do both conversions one-by-one, using the tiresome old open/re-save routine, both from AW5 to AW6, then AW6 to Pages but, seeing as AW6 is so godawful slow on my Intel machine, I'm looking for an easier way.
    Any thoughts?
    Thanks.

    Storyboy wrote:
    Seeing as AW6 is so godawful slow on my Intel machine, I'm looking for an easier way.
    I'd start by deleting the Recent Items folder on your intel machine.
    You'll find it at yourname > Documents > AppleWorks User Documents > Starting points > Recent items.
    AppleWorks will create a new one as soon as you save a file, so you may have to repeat the process.
    As to the conversion, you can open several files at the same time by selecting them in the Finder, then pressing command-O to open them. You will need to OK the request to add the 6.0 tag to each, and you will need to do a Save As on each individual file.
    If memory serves, Yvan has written a script for this task which automates it to some extent, so you might wait for a response from him before getting too deeply into it.
    Regards,
    Barry

  • How do I batch convert files from pdf to pdf/a

    My company is scanning a bunch of old documents and wants to store the files as both pdf and pdf/a.  Many of the files have already been scanned as pdf, is it possible to convert them en mass to pdf/a?  Or must we continue to do them one at a time?

    XI Pro is better, the algorithm that fixes a PDF so it passes the compliance check is better. Not foolproof but much more likely to succeed than the one in Acrobat X.
    As Test Screen Name says you can automate saving to the untagged versions of PDF/A (such as PDF/A-1b) using an Action, simply by creating a new 'empty' action and changing the Save step options. In most cases it'll work, but if the input file is wildly out of compliance it can still throw an error. The biggest problems tend to originate with font embedding and when the PDF has comments applied.
    PDF/A versions with tagging (e.g. PDF/A-1a) are horrendous to create after the fact as you will almost certainly be hit with a long list of things you have to manually correct. Acrobat can't automate the fixes this time as it has no way to understand the semantics of each page. It's very strongly advised that those types of file are created directly in the authoring application (though Adobe has yet to implement that idea in InDesign, you can do it in MS Office).

  • Is there any way to transfer music files FROM your ipod TO your itunes

    what happened was my original computer had itunes with all my music on it and the hard drive crashed. So now, my ipod is my only access to all those songs which were on my old computer. In purchasing a new computer, I was wondering if there is anyway to transfer all those songs from my ipod to my computer via itunes which I just recently installed????
    any help would be awesome!!!!
    Dell   Windows XP  

    One way would be to use a third party utility, here are a couple:
    iPod Agent: http://www.ipodsoft.com/index.php?/software/ipodagent
    YamiPod: http://www.yamipod.com/main/modules/home/
    There is also a manual method of accessing the iPod's hard drive posted in this thread: http://discussions.apple.com/message.jspa?messageID=797432#797432

  • Is there any way to transfer media files from my iphone to my itunes library if the content is not purshed?

    PLEASE IF ANYONE KNOWS OF A WAY!

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Any way to transfer unusable files from you Lumia ...

    After a lot of searching and mind bogglingly confusing leads, I have understood this-
    Lumia DOES NOT show the unsupported file contents in your phone
    Now,personally I love my 520, but I think this is a HUGE setback for WP8 phone owners,
    Nonetheless, my question today is this:
    Is is possible to transfer files which are not supprted by your WP8 phone into your PC via a USB?
    I realize that this is shown (as a category, and not as individual files) under "Temporary files" in FILE STORAGE on the 520, but I want to know if I can EVER get my hands on the videos which I took from someone else, which are not being shown on my phone, instead of downright deleting them, thus freeing up the space?
    Solved!
    Go to Solution.

    Not sure what you mean by unsupported files. If you mean files downloaded to the phone through an app on the phone then yes, those files are locked to the app in question and will not be visible to other apps or though the MTP connection with a PC and so can't be transferred off the phone.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Is there any way to get the file for your site from Creative Cloud?

    I lost the file for my Muse site and was wondering if there was any way to get the file from the server or from somewhere in Creative Cloud.
    Thanks.

    Are you Mac or Windows?

Maybe you are looking for

  • Oracle 9.0.1 Linux Download Disk 1 Is NOT in gzip Format

    Hi, I tried to download twice Oracle 9.0.1 Linux on my Windows first, then tranfer to my Linux machine. All the other disks (gz files) are transfered and uncompressed into cpio files, expect Disk 1, Linux9i_Disk1.cpio.gz. I checked Linux9i_Disk1.cpio

  • Tried to install XP Pro, Deleted Restore Partition, Now Lenovo 3000 = Useless Paperweight

    I ordered a Lenovo 3000 K100 57068347 from TigerDirect back in April with the intention of using it as a remote help desk workstation and a virus definition 'server'... Well anyway, it shipped with Vista Home Premium, and I was much more interested i

  • Invoking Derived Class Method

    Hi pls go through the below code, can any one give me solution how to access the Derived class method in this Point. Note: In the below code , only in runtime we will come to know which Derived class method is going to invoke(So in runtime we will ge

  • Thnk my ipod got wet while workingout "it snt  turning on Wht can I do?

    I forgot to turn on the Ipod when I started working out ( all because a friend) It was in my waist, then when I desided tu use it, It just didn't do anything, My frien told me that it had got wet and I can't belive I'm going to loose my Ipod. I put i

  • LC in Sales Order & BOL (Bill of lading)

    Dear All, I would like to know about of LC. LC no we need to maintain on billi of lading output document. As per users requirements LC no  is the different for every order. So we need to maintain LC no as text or can we maintain in VX11N. If we can m