Bulk File Rename - based on another files name.

Hi Scripting Guys,
I'm sure you have dealt with questions like this before, but I haven't found a solution that will do what I want.  I have a group of driver folders that I have backed up.  Each one of these folders contains at least a .cat file and a .inf file. 
Unfortunately, all the .inf files are named oemxx.inf where xx is a different random number in each folder.  I would like to be able to rename all the .inf files to match the name of their corresponding .cat file.  This seems as if it should be easy,
but I am struggling to find an answer.
Love your work and thanks in advance.

I have created this PS script to do the job. I use Double Driver to back up various machines and didn't want multiple oem.inf files with the same name in my backup store. Feel free to use it.
# Powershell script to rename all the oem.inf files
# and delete the restore.ini file in each directory
# Set the $root variable to the top level path of the drivers
# Created 27th February 2015 by Mike McAnulty
Clear-Host
$root = "H:\Drivers"
$dirList = Get-ChildItem -Path $root -Recurse | Where {$_.extension -eq  ".inf"}
Write-Host "Processing... "$root -foregroundcolor "yellow"
Write-Host
Write-Host -foregroundcolor "white"
foreach ($file in $dirList)
 $catFile = Get-ChildItem -Path $file.Directory | Where {$_.extension -eq  ".cat"}
 Write-Host "Processing... "$catFile.BaseName -nonewline
 Rename-Item $file.FullName ($catFile.BaseName + ".inf") -ErrorAction SilentlyContinue
 Write-Host `t"Done...."
 Remove-Item ($file.DirectoryName + "\restore.ini") -ErrorAction SilentlyContinue
Set-Location $root

Similar Messages

  • When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can you please help me?

    When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can anyone please help me?
    Sincerely,
    Eric

    Run this when you have the problem and post the results here.
    EtreCheck
    This will tell us what is loaded

  • What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  I have to immediately move to trash all the duplications on my desktop.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What application is set to open PDF files? If you CNTRL click on the file and open with Preview does the problem occur?
    If not change the default application to open PDF files to Preview.
    You can do this by highlighting the file and either use CMD i or Get Info , this will open a window with the info on the file with an option to change the application that opens the file.
    That's all I can think of.

  • How to read from one file and write into another file?

    Hi,
    I am trying to read a File and write into another file.This is the code that i am using.But what happens is last line is only getting written..How to resolve this.the code is as follows,
    public String get() {
         FileReader fr;
         try {
              fr = new FileReader(f);
              String str;
              BufferedReader br = new BufferedReader(fr);
              try {
                   while((str= br.readLine())!=null){
                   generate=str;     
              } catch (IOException e1) {
                   e1.printStackTrace();
              } }catch (FileNotFoundException e) {
                   e.printStackTrace();
         return generate;
    where generate is a string declared globally.
    how to go about it?
    Thanks for your reply in advance

    If you want to copy files as fast as possible, without processing them (as the DOS "copy" or the Unix "cp" command), you can try the java.nio.channels package.
    import java.nio.*;
    import java.nio.channels.*;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    class Kopy {
         * @param args [0] = source filename
         *        args [1] = destination filename
        public static void main(String[] args) throws Exception {
            if (args.length != 2) {
                System.err.println ("Syntax: java -cp . Kopy source destination");
                System.exit(1);
            File in = new File(args[0]);
            long fileLength = in.length();
            long t = System.currentTimeMillis();
            FileInputStream fis = new FileInputStream (in);
            FileOutputStream fos = new FileOutputStream (args[1]);
            FileChannel fci = fis.getChannel();
            FileChannel fco = fos.getChannel();
            fco.transferFrom(fci, 0, fileLength);
            fis.close();
            fos.close();
            t = System.currentTimeMillis() - t;
            NumberFormat nf = new DecimalFormat("#,##0.00");
            System.out.print (nf.format(fileLength/1024.0) + "kB copied");
            if (t > 0) {
                System.out.println (" in " + t + "ms: " + nf.format(fileLength / 1.024 / t) + " kB/s");
    }

  • Missing Music from one file but not on another file

    Hello. I want to add a music sound to a program. I click on "browse" to find the music I want to add but some of the ITunes music files aren't there but.......I can closed out of the program completely go to my user folder, click on my name, the Music folder, Itunes folder, the ITunes Media folder and all the songs are there. To do the "browse", here all the files: Album Artwork>ITunes Media>Previous Libraries. To just go to my personal folder, then Music, here's the folders: Album Artworm>ITunes Media>Previous Libraries>ITunes Libraries>ITunes Library Extras>ITunes Library Genius>ITunes Music Library.
      With the "browse" option, the ITuned Media folder is there but completely empty. But just to go the Music folder, with the ITUnes Media folder, all the songs are there. ITunes Media- how can the songs be in this folder but to do a "browse" to add a song, the songs are not. I have tried uninstalling ITunes and reinstalling it and still the issue. Maybe I have the folders wrong. I went to Microsoft Answers but since ITunes is my default media player, they suggested I contact the support here.
      I hope I explain it clearly in order for someone to help me. Thanks and have a good day.

    Here are typical layouts for the iTunes folders:
    The iTunes folder is normally inside <User's Music>. I get the idea that things are different but I don't have a clear picture yet. I think you've somehow managed to get the media folder pointed at <User's Music> instead <User's Music>\iTunes\iTunes Media. A screenshot of the iTunes > Edit > Preferences > Advanced might help confirm. Once we know what is going on it should be possible to make suggestions as to what to do next.
    tt2

  • Delete pages in my .pdf file and save as another file?

    Just purchase the subscription to a year worth of converting files to word/excel.  However, the conversion isn't accurate and I only purchase this to enable me to delete pages in my pdf file that I don't want...

    Hi,
    To delete page(s) in PDF file:
    1. Open your PDF file in Acrobat
    2. Select "Tools" from right top corner of the document windows
    3. Select " Manipulate Pages"
    4. Select "Delete".
    You can download Acrobat XI Pro trial version from www.adobe.com
    Hisami

  • How to Read from two file and write to another file --Please help !!

    Hi all,
    Please suggest me where i'm goin goin wrng.
    I have 2 flat files. one of them is the main file(Ann.dat) has a about 150,000 lines (each line has unique ID from 00001 to 45000) of data and the the other(Miss.dat) has a just a list of IDs that are no longer in use & have to be deleted from the first file(NewAnn.dat). (Note that Ann.dat is a tab delimitted file and Miss.dat is just a list of all invalid IDs)
    Below is my code. It doesn't do what I'm supposed to. Please suggest me or help me with a code to do it. What I'm trying to do is read each of the lines from the 2 files compare the ID in ann.dat with all the IDs in Miss.dat & if it doesn't match with the ID in Miss.dat write the whole line to NewAnn.dat. And do the rest with all the lines in Ann.dat.
    It could be a real dumb question. since i'm not a software professional, I consider myself to be newbie to programming. I desperately need your help.
    import java.io.*;
    import java.util.*;
    public class anntemp{
         public static void main(String[] args)
              String keyAnn ="";
              String keyMis="";
              String recAnn =null;
              String recMis =null;
              try{               
              FileReader fr=new FileReader("C:\\Tom\\Ann.dat");
              BufferedReader br=new BufferedReader(fr);
              int couter=0;
              while ((recAnn = br.readLine())!=null)
                   couter++;
                   keyAnn = recAnn.substring(0, recAnn.indexOf("\t"));
              FileReader fr1=new FileReader("C:\\Tom\\Miss.dat");
              BufferedReader br1=new BufferedReader(fr1);
              while((recMis = br1.readLine())!=null){
              keyMis = recMis.substring(0, recMis.indexOf("\t"));
                   if(keyAnn.equals(keyMis)){
         FileWriter fw=new FileWriter("C:\\Tom\\NewAnn.dat",true);
         BufferedWriter bw=new BufferedWriter(fw);
         PrintWriter pw=new PrintWriter(bw);
         StringBuffer writeValue = new StringBuffer();
         writeValue.append(recAnn);
                                                 pw.println(writeValue.toString());
         pw.flush();
              }catch (Exception expe){
                   System.out.println("In Exception ");
                   expe.printStackTrace();
    Thank you all in advance,
    br

    I think you need to close the files when you are done in the inner loop. Plus I think you'll be overwritting the file in the inner loop if more than one match. It might be easier to read the unused id file into a map at the start, and then loop up the id's from the master file in the map. You can put the unused id's in as the keys, and a Boolean.TRUE as the value (value won't matter). Then just check if the map contains the key for the id read from the master file. That should cut down on disk activity. This assumes the unused id file is smallish.

  • PS CS4, refuses to save one file type .psd to another file type .jpg. How to resolve? Desperate!

    I open a .psd file, make changes to eliminate layers and reduce the file size to then save as a smaller .jpg file.  However, when the drop down window pops up to select what file extension I would choose, it immediately flashes closed with out time to make a selection .jpg or otherwise.  No matter how many times I try to "beat" the window and make a selection, it's faster than me and it closes.  It refuses to allow me to change the file type extension.  This problem seems to have developed after downloading recent updates to the program.  It's preventing me from doing my work.  I need help fast.  Can anyone help?  I've already tried deleting the program from my system and reloading it, but the problem didn't go away.
    Other minor glitch happened at the same time.  Any file or group of files opened now fill the screen and are anchored together.  I have to go to the menu every time and select 'Float all Windows', and if any other file is opened during the same work session, all previous files will become full screen images again and anchor themselves together again, so need to go to the menu and select 'Float all Windows' AGAIN.  It's a real pain.  I've tried looking in the preferences and didn't find a solution to the problem.  Anyone have any suggestions?  This problem is minor thought, compared to the first one listed which has crippled me moving forward in my work.
    Thanks to anyone who can help....

    Hi Noel,
    Thanks for trying to assist me.  Below is the system info you requested, but to my knowledge, I haven't consciously loaded anything other than a few fonts beyond the original program and any subsequent updates from Adobe.  I did forget to list earlier that I'm working on WIN 7 OS.  I hope this helps...
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows NT
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2195 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GT 635M/PCIe/SSE2
    OpenGL Drawing: Enabled.
    Video Card: Intel(R) HD Graphics Family
    Video Mode: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver Version: 8.15.10.2559
    Built-in memory: 16288 MB
    Free memory: 12915 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image cache levels: 4
    Serial number: 92218145807731687974
    Application folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 232.8G, 28.2G free
    Primary Plug-ins folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       adobe_epic.dll   Adobe EPIC   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       adobe_eula.dll   Adobe EPIC EULA   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       3D Studio 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Average 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BMP 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Bas Relief 11.0
       Camera Raw 5.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Cineon 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Collada 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Color Halftone 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Colored Pencil 11.0
       CompuServe GIF 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Conté Crayon 11.0
       Craquelure 11.0
       Crop and Straighten Photos 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crosshatch 11.0
       Crystallize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Cutout 11.0
       Dark Strokes 11.0
       De-Interlace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dicom 11.0
       Difference Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Diffuse Glow 11.0
       Displace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dry Brush 11.0
       Embed Watermark 3.0
       Entropy 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Extrude 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FXG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FastCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Fibers 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Film Grain 11.0
       Filmstrip 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Google Earth 4 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       IFF Format 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Ink Outlines 11.0
       Kurtosis 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lens Blur 11.0
       Lens Correction 11.0
       Lens Flare 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lighting Effects 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Liquify 11.0
       MMXCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Matlab Operation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Maximum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mean 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Measurement Core 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Median 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mezzotint 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Minimum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mosaic Tiles 11.0
       Multiprocessor Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       NTSC Colors 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       OpenEXR 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PCX 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PNG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Paths to Illustrator 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Photocopy 11.0
       Photoshop 3D Engine 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Picture Package Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pinch 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pixar 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Plaster 11.0
       Plastic Wrap 11.0
       Pointillize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Polar Coordinates 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Portable Bit Map 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Poster Edges 11.0
       Radial Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Radiance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Range 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Read Watermark 3.0
       Reticulation 11.0
       Ripple 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Send Video Preview to Device 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Shear 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Skewness 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smart Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smudge Stick 11.0
       Solarize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Spatter 11.0
       Spherize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Standard Deviation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sumi-e 11.0
       Summation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Targa 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Texturizer 11.0
       Tiles 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Torn Edges 11.0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twirl 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       U3D 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Underpainting 11.0
       Vanishing Point 11.0
       Variance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Variations 11.0 (11.0x001)
       Video Preview 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       WIA Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Water Paper 11.0
       Watercolor 11.0
       Wave 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wavefront|OBJ 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wind 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wireless Bitmap 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ZigZag 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Plug-ins that failed to load: NONE
    Flash:
       Connections
       Kuler
    Installed TWAIN devices:
       NeatReceipts TWAIN
       Neat Mobile Scanner 2008
       Neat ADF Scanner 2008
       EPSON RX680/RX685/RX690

  • PSE 7 - open 1 file, OK. Open another file, CRASH!

    I'm running PSE 7 on a Windows XP Pro machine with 3GB RAM. I'd had no problems until recently - I just installed about 15 Windows updates (mostly Office and IE security fixes), a Java update and an Adobe Reader update.  After all these updates, I'm finding that if I try to open more than one image file at a time in PSE Editor (via File > Open), I get the "Photoshop Elements has encountered a problem" message.  This crashes the program.
    I've already reset my virtual memory per instructions elsewhere in this forum.  (Initial 4500MB, Max 6000MB)
    I don't really use the organizer, so if reinstallation is a likely fix, that's not a problem.
    Thanks in advance for any help you can offer!

    Unfortunately, there can be many causes of crashes, and they're hard to diagnose.  I suggest working methodically through these troubleshooting steps, the first of which is to delete the Editor's preferences:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Troubleshooting_Editor_ crashes

  • HDD Invalid Sibling error, one hard drive has renamed itself with another harddrives name and now gives invalid Sibling error, what can i do?

    Hi
    So I have a few dozen hard drives for archiving and two of them have gone insane, The drives are named B1A and B6A. B1A is mounting and can be accessed however the desktop icon shows up as a faded yellow instead of the regular color and doesnt show in the finder sidebar.
    B6A is showing its partition as B1A (this is wrong) and not mounting at all. when repair is run it gives an invalid sibling error.
    What can i do, i've never heard about something like this.
    These two hard drives were used recently and worked fine could OSX somehow have mixed up HDD partition names on different drives
    Also these are mounted via USB, OSX 10.7.5

    Thank you Jim and Apple2Freak,
    I appreciate your comments. I am now suggesting to my friend to buy a legal OS and if that is the case I am suggesting to him to move to OSX instead of OS9. Luckily he let me know there wasn't much data on that drive that he needed to save. I am still trying to determine if I could still use this hard drive with the keylength errors if I erase it or if the hard drive has permanent damage. I am hoping that I could install OSX on it and erase the hard drive to start again.
    This imac (slot loading version) can support up to OS 10.3.9 however I might consider Xpostfacto to try to run 10.4. But then I would need to buy 10.3.9 as well as 10.4 and that would double my OS cost. I think I might just look for OS 10.3.9 only. Its not worth it for me to buy two OSes for it.
    Jim, your post was very interesting because it also pointed out that it could be an issue of bad RAM. A few months ago we installed some new second-hand RAM and I wonder if that is the cause of all these problems. I will have to check that first.
    Thanks again!

  • Could i from any file control audio on another file,

    could i

    Hi Ibrahim,
    Can you provide us with some context on why you want to do that?
    Thanks,
    Preran

  • Temporary files with a "~" in the file name

    when i open an html file i see that another file with the same name, plus a tilde sign (~) after it, is automatically created in the folder that this file sits in. this is supposedly a temporary file? these files are  NOT temporary, they never go away. and they start adding up in my folder and it gets very confusing as to which file i'm working on. sometimes there will be a file with two "~ ~" in them.
    when i close the "original file", the tilde files don't disappear, they stay. On top of that, to make things more confusing, there is also some weird autosave function and i also get files that say filename(Autosaved). Before i know it there are 10 files with various names sitting there and it gets very confusing to know what is the "real" file.  does anyone know how to stop the creation of these "temporary" files? i'm enclosing a screenshot that shows all these files with tildes and the autosaved  file. 

    Sorted. Well sort of. I still have the problem but I know why. Apparently O2 will not allow anyone to send an attachment which has a space in the name. They claim that this reduces spam - no idea why they think that will stop spam but there you go...

  • Bridge Photo Downloader File Rename convention

    I use a custom file rename preset (YYMMDD + TEXT + FILE NUMBER SUFIX) in BR CC. This custom preset is not available in the Adobe Bridge CC Photo Downloader Reneame Files drop down menu. Neither is the custom preset formula availble in the advanced rename dialog.
    I end up importing files with the Bridge Photo Downloader (Do not rename files) and then rename files using the Bridge Batch Rename saved preset.
    Is there a way to add a custom file rename convention which is not availble in the Bridge Photo Downloader?
    The idea is to rename files during the file ingestion process.

    Omke
    Thanks for the idea. I tried that but it didn't work. The exact same problem happened again with what appears to be the same crash log: Thread 18 Crashing (see below for that specific section)
    Additionally now in the last week I am experiencing Bridge crashing 1-3x/day regardless of the Photo Downloader.
    Adobe, please advise.
    Thanks
    LW
    Thread 18 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x903bd3e4  ecx: 0x00000001  edx: 0x00000011
       edi: 0x00000080  esi: 0x00000000  ebp: 0xb0a07858  esp: 0xb0a07810
        ss: 0x0000001f  efl: 0x00010287  eip: 0x903bd433   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
       cr2: 0x00000000

  • Unix Flat File: Remove header and trailer and put in another file.

    Hi,
    I have Source Flat File placed on Unix Box with header and trailer.
    I want to remove Header and Trailer and put in some other file and Data in another file.
    I tried following command in unix its working.But not getting Header and Trailer in another file.
    sed '1d;$d' input_source.txt > output_data.txt
    also How will i use OS command for it in ODI.
    Guide me.
    Thanks
    Ashwini

    Hi Ashwini,
    You can run OS commands in a package using an ODI Tool: OdiOSCommand.
    It is also possible to execute OS commands in an ODI procedure using the Operating System or Jython technologies.
    There should be some articles about this on metalink (http://metalink.oracle.com).
    Thanks,
    Julien

  • I need to insert Pages text file at end of a file; i.e., making one long document from several files. insert 'file' is not option in toolbar. how do i do this?

    i need to insert a Pages text file at end of another file; in other words, i'm making one long file from several files.  "insert file" is not an option in the toolbar, so how do i do this?

    cass516 wrote:
    this method sounds like a PAIN but of course i have no choice but to try it.  Why would Pages make such a simple thing so troublesome?  in other programs, you simply click 'insert file'.
    The only thing odd about Pages' Insert file is that it doesn't do its own format.
    You obviously think that MsWord is "The Norm" but I found really odd things that it won't do. To the point I, like others here, can't be bothered trying to drive the Word square peg into the Mac round hole.
    Mostly Pages works by drag and drop, I'm puzzled why that doesn't work with the thumbnails. But then there are quite a few oddities in every program. Pages is far from an exception.
    Peter

Maybe you are looking for

  • .flv converter for Mac OSX

    Does anyone know where I can find a program to convert .flv files to AVIs or MPEGs? Freeware, preferably.

  • Validation unit

    I have a form module that the form module property validation unit is set to FORM. However, I want to do an immediate validation on some of the items. When_validate_item trigger does not fire on this items. Your help will be appreciated.

  • Fax not answer

    Dear Sir I bought a Laser jet pro MFP M127fn from one week . I do all the setup for reciving fax but it recive only when it standby and after energy saver start it type Auto off/Auto on The fax didn't answer

  • What are you playing?

    So, what have you guys/gals been playing lately? I just finished Call of Duty 2 on the PC. I have started playing Fable 2 again on the Xbox 360 and still playing Mecaranies 2. **If you like my answer then click the little Star under my username. **If

  • Error while doing 552 W

    Hello SAP gurus, I am getting error message u201CCombination of movement type/special stock/stock type is not possibleu201D while doing 552 W. And this error message is only for those materials which are batch managed. If material is not managed by b