Applescript: Help making it more efficent

This is an Applescipt I cobbled together over the years for a daily process I need to run. It works great, but recently my file count has gotten so large it kills my machine and never completes.  I am running this against a folder that has about 500-3000 files a day. I am very novice at AppleScipt so I am sure there is a better way to write it. I tried to put comments through out to explain what it does.  Any help is greatly appreciated.
with timeout of (10 * 60) seconds
    set theFolder to choose folder
    tell application "Finder" --moves files to one folder
        set theFiles to a reference to every file of (entire contents of folder theFolder)
        move theFiles to theFolder
    end tell
    tell application "Finder" --deletes gram and spell files
        delete (every file of theFolder whose name contains ".gram-spell.failed")
        delete (every file of theFolder whose name contains "gram")
        delete (every file of theFolder whose name contains ".batch")
    end tell
    tell application "Finder" --strips date from file names
        set theFiles to files of theFolder
        repeat with thisFile in theFiles
            set filename to name of thisFile
            set name of thisFile to ((characters 21 thru -1 of filename) as string) --trim first 3
        end repeat
    end tell
    tell application "Finder" --adds prompt name to file name
        set theFiles to files of theFolder
        repeat with thisFile in theFiles
            tell me to read (thisFile as alias)
            set name of thisFile to (last word of paragraph 1 of result) & "_" & name of thisFile
        end repeat
    end tell
    tell application "Finder" --Add txt extension
        set theFiles to files of theFolder
        repeat with thisFile in theFiles
            set name extension of thisFile to "txt"
        end repeat
    end tell
end timeout

Oops… The previous script didn't take into account the case where a file has no name extension at all. Here's an improved version:
with timeout of (10 * 60) seconds
    set theFolder to choose folder
    tell application "Finder"
        move every file of the entire contents of theFolder to theFolder
        delete (every file of theFolder whose name contains ".gram-spell.failed")
        delete (every file of theFolder whose name contains "gram")
        delete (every file of theFolder whose name contains ".batch")
        repeat with thisFile in (get every file of theFolder)
            read (thisFile as alias)
            set theWord to last word of first paragraph of result
            set L to length of (get name extension of thisFile)
            if L = 0 then set L to -1
            get text 3 thru -(L + 2) of (get name of thisFile)
            set theName to theWord & "_" & result & ".txt"
            set name of thisFile to theName
        end repeat
    end tell
end timeout

Similar Messages

  • Need Help making a Screencast for IPHONE

    Hello there
    I need some serious help making a screencast for a client - for it's Iphone Apps -
    something similare to this
    http://www.newsluxe.com/chaumet-et-iphone.php
    but more sexy, with a animated background and a different type of cursor.
    Anyideas ?
    I really don't know where to start - I found leads however :
    Camtasia Studio , screenflow, ,
    Maybe you could help me filling the gaps.
    Thanks for your help !

    does anyone know how apple made these forums?
    I think they use Jive:
    http://www.jivesoftware.com/products/forums/
    The Apple way for users to add photos is the .Mac web gallery:
    http://www.apple.com/ilife/iphoto/#webgallery

  • Help Making a Ringtone!

    Hi,
    I can't seem to make any ringtones for more than the first 15 seconds of a song in garageband. I know the songs I am trying to use are unprotected because they are recordings of me playing jazz and we didn't protect them, they are in mp3 format. But I can't get mp3 mp4a or AAc format to play more than the first 15 secs. I tried tuneclone, mp3 converter and everything. All i want to do is create a ringtone of a song. please help.

    harriettfromjacksonville wrote:
    Purchased a ringtone and need help making it my ringtone for my new Iphone.  Help.
    You have to create the ringtone.
    There are many free ways to do this.  Google will find them.

  • Help making a Install USB of os x 10.4.6. for my Macbook 1.8ghz

    Hi,
    I need help making the USB install of os Tiger.
    The drive is having trouble reading the install disc I own so I am trying to make a USB install of it.
    I wantto install from the usb not install to it to be clear.
    Things I have!
    X1 8gig sandisk flash drive
    1 Macbook white 1.8 ghz Intel
    1 Pc with Macdrive 7
    1 Install disc that seems to have trouble being read in the drive > few marks on the disc and the mac DVD drive make lots of noise reading it but
    It will go to Disk utilities.
    Seems to be a bug in Tiger and restore doesn’t seem to work as in I can’t drag and drop a source to the restore the DVD to the flash drive.
    I already tried only 1 time to copy the DVD to the formatted flash drive using Macdrive and it read it as a bootable drive but the apple simple came up
    And then I got a the error (Can’t find driver for this platform error APCH or something like that.
    I have a torrent download of OS x 10.4.6 as well just in case some files are corrupted > I own the disk so it’s not illegal.
    I am new to mac but long time user of PC.

    Ok ..you need another Mac to make this work!
    you just use another mac even a old one like g4 to make a restore to a flash drive that you have formatted and verified.
    Bye
    Sam

  • I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones.

    I need help making Adobe Edge animation appear correctly on iphones, ipads and android phones. It currently looks fine on desktops and androids. I am using wordpress with a responsive theme (Canvas). I will need you to document The url is http://adamhtc.org.s183459.gridserver.com.

    Thanks George, interesting thought.  I looked on Adobe's site and they "advertise" fillable forms for the iPhone and Android markets, but on the Windows Phone tab, that is mysteriously missing.  lol    Maybe it will come later?   Meanwhile, I'll google to see if there are any PDF viewers that can handle it now.   Thanks for the reply.  :-)

  • Help making a logon page

    I need help making a simple logon page in Dreamweaver MX. I
    have tried Visual Basic. and several other methods to no avail. If
    someone could help me it would be greatly appreciated
    Ron Hansen

    Hi Ron
    The proceedure is pretty much the same in
    PHP/Coldfusion/JSP/ASP.
    There is a very easy to follow example in the Dreamweaver
    Help File.
    Just go to Help-->Developing Applications Rapidly -->
    Building pages that restrict access to your site (ColdFusion, ASP,
    JSP, PHP) --> Building a login page
    I don't think it can get much easier. But remember that you
    will need to have a database table of user details in place to
    complete the process.
    Good luck.

  • My grandma is a new apple user and she needs help making an apple account.

    my grandma is a new apple user and she needs help making an apple account.

    She should call Apple support or visit the Genius Bar at an Apple store (make an appointment first at http://apple.com/retail). They will walk her through the process.

  • Help making a clock

    Hey,
    I was hoping to get some help making a clock update for me, but I don't want just to show the actual date, I know how to do that. What I want is to be able to set a time, and then the clock start running from then. For instance, after I enter Jan 3rd, 2005 at 3:43 as my time and date, I want the clock to start from there and update every second. Does that make sense?
    Could someone help me out where to look to get this to happen? Thanks!

    I think the OP wants to be able to set a time OTHER
    than the current time. He doesn't want to wait
    untill the time you entered to have the clock tick,
    he wants to have it tick immediately from the "fake"
    time that you've entered.
    At least that's how I understood him. The offset is
    the difference between the real time and the fake
    time entered by the user.
    If he just wants to display the current time, but not
    stat doing that untill some point in the future then
    yeah TimerTask is the simplest way to do it, but I
    don' think that's what he's trying to do.thanks for the replies guys. I appreciate it. Sorry if I was a bit unclear. Norweed was right in saying that I want to set the time and start updating immediately, not wait until the time reaches my entered time and then count. Sorry for the confusion.
    I was thinking that a offset would work, thanks for recommending that. I'm wondering if the time will get off after a while, I need this program to run probably arounnd 2-3 hours. Hopefully it won't drift very much over that time.
    Thanks all for the recommendations and I will check all that out.

  • Ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    ihone 4s lost all contacts. I tried to restore from backup but the error message now says there is not enough room. I have deleted all the apps without making any more room on iphone. Why did contact disappear and how do I get them back?

    In the simplest sense, archiving a file means making a copy that you never change and never discard. You already know how to do that.
    iPhoto has built-in archival features, in the sense that it saves all versions of an image that you've modified. As long as you have adequate backups, you don't necessarily have any reason to archive an iPhoto library. If you want to delete images from the working library but still have access to them in case you change your mind, then you do need to archive those images. I don't have a specific suggestion as to how you should do that. You might post a question in the iPhoto forum.

  • FCE helps making better quality videos than imovie?

    I have been using iMovie HD and it looks like its corrupted and cannot re-install it since I lost the disk image.
    I am thinking of going to FCE over upgrading to iLife 09.
    Does FCE helps making better quality videos than imovie?

    Eswar M wrote:
    ... Does FCE helps making better quality videos than imovie?
    if your source is miniDV/Standard - yes.
    if your source is 720p or iFrame - no.
    in terms of speed and simplicity - iM09 is 'better'.
    in terms of options and feature - FCE is by far superior.
    note: iM09 is no 'upgrade' of your version, but a from ground off new app.
    another note: FCE has a very steem learning curve, but after managing that is a fantastic tool!

  • HT4009 Everytime I puchase an extra move..it only gives me 3 turns, therefore making me more frustrated and causing me to require even more purchases. Last night it gave me only 2 turns for a purchase. Please help!!

    While playing Candy Crush and purchasing more moves, it never gives me the correct amount of moves therefore forcing me to buy many more purchases. Last night it only gave me 2 moves on 1 purchase! PLEASE HELP!!

    Tmobile did the exact same thing to me. So that is customer service at work in general. Nice try though lol.
    To the OP
    I see you said You paid for shipping, did you Insure it? Claim insurance on it. If you did not, It may not be Verizon or your fault in the sense of the phone not making it to the warehouse. There are people out in the postal world that will steal phones that are not insured. It could have been a Verizon employee, i suppose.
    But, if this was to be a bought in court, if you shipped it with out insurance, sadly your at fault.
    Do you still have the Serial number of your old phone? If so, you should be able to track where your phone is (if it is reported as a defect/damaged) If so, you may be able to use that as proof. If it does not show up as a defect or what ever they determine use as a loss, then you know it did not make it to the warehouse to be checked in. I would suspect Apple or Verizon could tell you what the Serial number came up as.

  • Help makeing a program that does the following(enter to read more)

    this is what i have and i am now stuck
    import java.awt.geom.Point2D;
    public class Lines
    public Lines(double x, double y, double m)
    x1 = x;
    y1 = y;
    m = m;
    public Lines(double x ,double y ,double x2, double y2)
    x1 = x;
    y1 = y;
    x2 = x2;
    y2 = y2;
    public Lines(double x,double y, double m, float b)
    x1 = x;
    y1 = y;
    m = m;
    b = b;
    public Lines(double x)
    x1=x;
    y1=0;
    public double x1;
    public double y1;
    public double x2;
    public double y2;
    public double m;
    public double b;
    import java.util.Scanner;
    public class lines_viewer
    public static void main(String[] args)
    Scanner in = new Scanner(System.in);
    System.out.println("enter an x coordinate");
    double x1 = in.nextDouble();
    System.out.println("enter a y coordinate");
    double y1 = in.nextDouble();
    System.out.println("enter a slope coordinate");
    double m = in.nextDouble();
    System.out.println("enter another x coordinate");
    double x2 = in.nextDouble();
    System.out.println("enter another y coordinate");
    double y2 = in.nextDouble();
    System.out.println("enter a y intercept coordinate");
    float b = in.nextFloat();
    Lines one = new Lines(x1,y1,m);
    Lines two = new Lines(x1,y1,x2,y2);
    Lines three = new Lines(x1,y1,m,b);
    Lines four = new Lines(x1);
    one.makeLine();
    i need to be Proxy-Connection: keep-alive
    Cache-Control: max-age=0
    le to make and find a line using one of four ways
    -giving a point and a slope
    -giving two points
    -equation in slope-intercept form y=mx+b
    -equation x=a if the line is verticle
    implement a class Line with four constructors, coorresponding to the four cases above. Implementing methods:
    boolean intersects(Line other)
    boolean equals(Line other)
    boolean isPa

    Stick to your other thread: [http://forums.sun.com/thread.jspa?threadID=5343282&tstart=0]
    Clarify your question there and repost your code with code tags, as I asked you to in reply 1.

  • Need help making my images drag more smoothly

    I'm trying to learn how to use the java2d api and I'm having a rough go of it.
    Currently, the following code should populate a jframe's container with some jcomponent's called 'card' (which basically draw a given image as a texture over a specified rectangle). Then you should be able to drag them around. Sounds simple enough. I've finally gotten it to a point that's almost work-able, but there are two problems:
    1) the last card added ignores it's location (via setBounds) until you start dragging it.
    2) I'm not sure what kind of math is necessary in order to make dragging the entire JComponent a smooth process (Moving just the rectangle presents it's own weird oddities which I'll expound upon if you ask, but it is smooth).
    Here's the code:
    import java.awt.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class test
            public static void main(String[]args)throws IOException
                    String path1 = "card1.jpg";
                    String path2 = "card2.jpg";
                    String path3 = "card3.jpg";
                    String path4 = "card4.jpg";
                    card one = new card(path1, 40, 40);
                    card two = new card(path2, 300, 300);
                    card three = new card(path3, 50, 400);
                    card four = new card(path4, 500, 100);
                    JFrame f = new JFrame();
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    f.getContentPane().add(one);
                    f.getContentPane().add(two);
                    f.getContentPane().add(three);
                    f.getContentPane().add(four);
                    f.setSize(1000, 1000);
                    f.setVisible(true);
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.awt.image.BufferedImage;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class card extends JComponent implements MouseListener,
            MouseMotionListener
            BufferedImage image;
            Rectangle rect;
            double lastX;
            double lastY;
            double distX = 0;
            double distY = 0;
            int w = 205;
            int h = 280;
            public card(String path, int x, int y)throws IOException
                    image = ImageIO.read(new File(path));
                    setBounds(x, y, w, h);
                    rect = new Rectangle(0, 0, w, h);
                    lastX = x;
                    lastY = y;
                    addMouseListener(this);
                    addMouseMotionListener(this);
            protected void paintComponent(Graphics g)
                    super.paintComponent(g);
                    g.drawImage(image, rect.x, rect.y, this);
            public void mouseClicked(MouseEvent e)
            public void mouseEntered(MouseEvent e) {}
            public void mouseExited(MouseEvent e) {}
            public void mousePressed(MouseEvent e)
                    if(rect.contains(e.getPoint()))
                            distX = e.getX() - lastX;
                            distY = e.getY() - lastY;
            public void mouseReleased(MouseEvent e) {}
            public void mouseDragged(MouseEvent e)
                    Point p = e.getPoint();
                    if(rect.contains(p))
                            lastX+=(e.getX() - lastX) - distX;
                            lastY+=(e.getY() - lastY) - distY;
                            this.setBounds((int)lastX, (int)lastY, w, h);
                            //rect.setLocation((int)lastX, (int)lastY);
                            repaint();
            public void mouseMoved(MouseEvent e)
                    //if(rect.contains(e.getPoint()))
                            //System.out.println("inside");
    }

    Think about object-oriented programming (OOP) ideas. A Card can know about itself, things
    like its color, suit, value. But it cannot know where it is on a card table without asking
    the table (its parent). Like Newton's man_in_a_box illustration, it cannot know how to
    orient or move in its outer environment. The table/parent component is the one who knows
    where cards are and is therefore the logical one to have mouse code for moving them.
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class CardDragTest implements MouseListener,
            MouseMotionListener
            CardDrag[] cards;
            CardDrag selectedCard;
            Point offset = new Point();
            boolean dragging = false;
            int selectedIndex = -1;
            public void mouseClicked(MouseEvent e) {}
            public void mouseEntered(MouseEvent e) {}
            public void mouseExited(MouseEvent e) {}
            public void mousePressed(MouseEvent e)
                    Point p = e.getPoint();
                    for(int j = 0; j < cards.length; j++)
                            Rectangle r = cards[j].getBounds();
                            if(r.contains(p))
                                    offset.x = p.x - r.x;
                                    offset.y = p.y - r.y;
                                    selectedCard = cards[j];
                                    dragging = true;
                                    break;
            public void mouseReleased(MouseEvent e)
                    dragging = false;
            public void mouseDragged(MouseEvent e)
                    Point p = e.getPoint();
                    if(dragging)
                            Rectangle r = selectedCard.getBounds();
                            int x = p.x - offset.x;
                            int y = p.y - offset.y;
                            selectedCard.setLocation(x, y);
                            selectedCard.repaint();
            // Use selectedIndex member variable to keep
            // this method from working too hard.
            public void mouseMoved(MouseEvent e)
                    Point p = e.getPoint();
                    boolean hovering = false;
                    for(int j = 0; j < cards.length; j++)
                            Rectangle r = cards[j].getBounds();
                            if(r.contains(p))
                                    hovering = true;
                                    if(selectedIndex != j)
                                            System.out.println("selectedIndex = " + j);
                                            selectedIndex = j;
                                    break;
                    if(!hovering && selectedIndex != -1)
                         System.out.println("reset selectedIndex");
                         selectedIndex = -1;
            public static void main(String[]args) throws IOException
                    CardDragTest test = new CardDragTest();
                    String path1 = "playingCards/1.jpg";
                    String path2 = "playingCards/2.jpg";
                    String path3 = "playingCards/3.jpg";
                    String path4 = "playingCards/4.jpg";
                    CardDrag one = new CardDrag(path1, 40, 40);
                    CardDrag two   = new CardDrag(path2, 300, 300);
                    CardDrag three = new CardDrag(path3, 50, 400);
                    CardDrag four  = new CardDrag(path4, 500, 100);
                    test.cards = new CardDrag[] { one, two, three, four };
                    JFrame f = new JFrame();
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    Container cp = f.getContentPane();
                    cp.addMouseListener(test);
                    cp.addMouseMotionListener(test);
                    cp.setLayout(null);
                    cp.add(one);
                    cp.add(two);
                    cp.add(three);
                    cp.add(four);
                    f.setSize(600, 500);
                    f.setVisible(true);
    class CardDrag extends JComponent
            BufferedImage image;
            public CardDrag(String path, int x, int y)throws IOException
                    image = ImageIO.read(new File(path));
                    int w = image.getWidth();
                    int h = image.getHeight();
                    setBounds(x, y, w, h);
            protected void paintComponent(Graphics g)
                    super.paintComponent(g);
                    g.drawImage(image, 0, 0, this);
    }

  • Needing help making a Slideshow in Premiere 7

    Back in 2008 several contributors on this forum helped me make a slideshow using Photoshop Elements 6 and Premiere Elements 4, which I am forever grateful for. It was a long process as I had never made a slideshow before, but after much labor I created a wonderful slideshow of my Alaska photos with music. After a lot of reading I decided to upgrade to Elements and Premiere 7, which I was able to actually do for free.   I purchased the Muvipix.com Guide to Adobe Premiere Elements 7 as I was told this would be a great resource to help me out. Well, here I am two years later trying to make a slideshow again and still as confused as ever. I am trying to make the slideshow in Adobe Premiere Elements, as I was told last time it was easier to do it that way if I wanted to add music to it. I am just getting started and am already confused.
    My first question is: Am I best off making the slide show in Premiere Elements rather than Photoshop Elements? I want to add music to it.
    I have tried using both the book that came with the program and the Muvipix book and I am lost on step one.
    In the Adobe manual it says to deselect the Show Video and Show Audio buttons. Why do I need to deselect these?
    In the Muvipix book it tells me to select a number of clips amd then either right-click on them or click on the ">>" button to access the "Create Slideshow" too.  I can't find the ">>" button. How do I access the the "Create Slideshow" feature?
    I have a question about the stills that show up in the panel. Many actual photos appear in this panel. However, there are also a large group of boxes with two swirling arrows, one green and one red. Why are they there rather than actual photos? I have tried double clicking on a few and they all bring up the same photo folder from "my pictures." I am confused.
    Sorry if my questions seem very basic, but this is not what I do for a living. It is a once every couple of year hobby. Perhaps if I ever get it downpat I will do it more often.
    Thanks for any help you can give me. I am sure I will need a little more handholding. I have been looking for the last two years for a class on this program. I know that is what I need. However, none have been available in my area.

    Thanks for the response Steve. I am hoping it will be easier this time around.
    "If you're seeing empty boxes with swirling arrows in them instead of your photos in the Project panel, it means that the program no longer has access to the photos -- either because they were moved or the device that they were on (your camera?) was disconnected from the computer. You really need to copy these photos to your computer's hard drive if you're going to use them in a project"
    These photos were still on the harddrive. I checked in Photoshop Elements and they needed to get reconnected. Here is what I think happened. When I download my photos, they go into MY PICTURES. When I move them from where they automatically get placed by the program, into a folder of my choice, they seem to get "unconnected". I was able to reconnect them and now they appear in Premiere Elements. Thanks for the tip which actually led me to a solution.
    "There are actually at least four different ways to make a slideshow in Premiere Elements and Photoshop Elements. Each has advantages. Which method are you using? (In all cases, as I say in my book, you should make sure your photos are sized to no larger than 1000x 750 pixels in size before you begin.)"
    I am just starting and I was using Premiere Elements 7. I thought I was told back in 2008 on this forum it was easier to do it all in Premiere Elements if I wanted to add music rather than creating it in Photoshop Elements and then moving it to Premiere. As far as photo size, I am a real beginner here. I have no idea what size they are or where to look to find that out. All I know is that  my Alaska slideshow turned out great and did nothing about changing pixels. Where would I find out how to change pixel size?
    "It sounds like you're using the Create Slideshow tool in the Project media panel. (As I say in Chapter 1, you'll only be able to see the >> menus if you go to the Window drop-down menu and select Show Docking Headers.) You can also access this tool by selecting all of the photos you want to include in the Project panel and right-clicking on them."
    I did read about Show Docking Headers and did follow that instruction. That was the first thing I did, actually. However, when I am in Premiere ELements, I still don't see where I find the Create Slideshow tool that you mention on p. 59. I am a bit confused with this option. I can move the photos I want from the panel to the Timeline, but I am confused as to where the "Create Slideshow Tool" is located.
    Thanks again for your help.I know I will get this done, just very slowly.

  • Help making a list of missing/not working features

    Since Adobe isn't talking why not help me make a list of features that aren't in Premiere anymore as well as one's promised for premiere CS4 but aren't there until it's updated.
    No AAF
    No single click save stills - AECS4 still has this
    No more stream hinting in quicktime
    HDV and AVCHD audio synch problems
    Track Matte effect doesn't work
    Media browser doesn't preview 24p correctly,
    XML to Final Cut doesn't work
    No OMF
    No edit with Audition,
    No 3rd party codecs - Cineform, Quicktime dvcproHD, Blackmagic, Raylight
    Have to 'Interpret Footage' for 24p and 24pa
    These just off the top of my head and not bug related issues listed here http://premierepro.wikia.com/wiki/Known_Issues

    Here's another one from November 13th.
    'Good morning one & all,
    We've been cranking out code with the RED team, lining up for the same schedule.
    Next week we'll ship a full native workflow for RED in Premiere Pro CS4, After Effects CS4 and even Encore CS4 (the RED to Blu workflow).
    We've come a long way since the IBC demos --- more performance, more stability, more options, and tuning it to CS4 which is architected for 64 bit systems so that you can stuff it full of memory and get that smooth as butter experience.
    Import your R3D files, change resolution on the fly, pop into full resolution for some detail work, drop all the way down to 1/16th for fast cuts on a laptop --- it's all there.
    We're right up to 2K at full performance with the latest drop.
    Oh, and did I mention that we're working the RED gang on exposing more control on the realtime de-bayering ? ... and of course with Assimilate on making it a full, clean, raw end to end workflow ?
    Expect the importer to be posted with RED and linked from Adobe before Thanksgiving. Nov 20th is looking like the date (not that dates ever change).
    Many thanks to our beta-testers ... you've been awesome turning things around and helping us shape the future.
    It's cool.
    It's Christmas come early.
    Enjoy.'
    Simon & the Merry Adobe Gang
    Keeping you close to the lens

Maybe you are looking for

  • Sales Order Data Migration

    Hi All, We are migration from a legacy system to B1 V9.0. We need to import the sales order with a order total that is different from what the calculated value would be, if the order was created manually with the Items. What we expect to see is that

  • Split the outbound delivery .

    HI, how can we split the outbound delivery . pls. explain in detail.

  • JDeveloper Extension for SINGLE CLICK deployment of OIM customizations

    I am not sure most of OIM Developers, System Integrators and Architects aware of this Oracle Asset, hence sharing information. In most of the questions posted on forum related to event handler usages Plugin Registration utility and weblogic scripts t

  • HELP: Shut Down Leads to Flash Drive Panic

    While using the program yesterday, it shut down on me twice unexpectedly.  The shut down happened while attempting to save my creatives.  I was saving my creatives to a flash drive and now my flash drive is "not readable".  Anyone know what has happe

  • Exported Functions of CRDersinerUI.dll

    Hi, I am using CRDesignerUI.dll of Crystal Reports 10.2 for Visual Studio 2005. I am unable to find the exported functions of CRDesignerUI.dll. Can anyone tell me the way to find it's exported functions and the way to create the .cpp and.h file of th