Automate CD burning from Java

Hey everybody,
I got a question about automating Nero burning software through java. Is it possible? I posted a question last about getting file information from a directory, I was able to do that, and output a series of textfiles with the names of all the files in a given directory that are 6 months old. This process is for archiving purposes. Each of the textfiles has the names of the files in them that will add up to be about the size of a cd (700mb), and the last one has the left overs that don't reach to 700mb. Now that I have the textfiles, can I write a process to feed those names to Nero, or is there another piece of cd burning software that already does this? Any suggestions would be great.
Thanks all

Haha, atleast I know people are reading this. I know that there are ways to use Nero through VB, but they seem really sketchy to me. And besides VB isn't my bag. Right now I'm trying to find some sort of CD Burning API or anything relevant to that.

Similar Messages

  • Automatic mail shoot from java

    hell every body,
    hope this topic will draw ur kind attention.
    i have a database in sql server200.
    when our client lodged a complaint, i want an automated mail should forwarded to his personal Email ID
    Can any body send some sample Code
    Awaiting

    The JavaMail API. But don't do it. Get humans responding.

  • How to get the parameter from Java Script into the Parameter crystal Report

    Hi All,
    Crystal Report is integrated with Oracle 10g. I created the base SQL query for col1, col2, col3 and col4. Java Script pass parameter value (185) to Col1.
    My question is how to create crystal report to make Col1 as parameter and how to get the parameter value 185(Col1) from Java Script. Is there any additional code I need to include in the crystal report?
    FYI.
    Java script sends the right parameter value.There is no issue in java script.
    This is an automatic scheduled process when batch runs, Java script should pass the parameter value and the crystal report should get the value and produce the output report.

    Not sure if this is an application question or if you are trying to hook into Crystal Reports parameter UI? If the later then no option other than report design. If an application then I can move this to the Java Forums.
    If you are asking how to alter the parameters I suggest you remove the Java reference and post a new question so it's not confusing the issue.
    Please clarify?

  • Burning From  a Disc Image Problems??

    I recently purchased iDVD 5. The best feature in the new iDVD for me is the ability to save my projects to disc image which lets me keep just the disc image on my hard drives with a file size of roughly 3-4 GB. This saves me a TON of space as I was having to save all of the self contained movie files along with the DVD projects in order to burn more copies for my clients in the future.
    My concern is that burning these extra copies of my projects for my clients with disk utility is not as "solid" a way to create DVDs as it would be to simply burn all the copies I may need directly from iDVD.
    Is this true?
    Also, I have never been able to verify any disk that I burned from a disk image using disk utility. These disks play fine on my new Sony DVD player, but I have had some complaints from clients that the disks skip and don't play perfectly.
    What could be causing this problem?
    If I can play these disks on my home DVD player even though my computer can't verify the burn, should I be concerned?
    Is the inability to verify a problem with my burner?
    Pete

    Len,
    Others have had the verify "problem." I NEVER verify.
    Really? Then I don't need to verify? My burning process goes to this automatically, I think. How do I stop it?
    BTW, I did install Tiger, no problem, installed FCE and made a very short movie, only one transition, no added audio, but burned with iDVD just great! It takes some adjusting, but I am getting the hang of it, and it hasn't been too hard to learn yet
    I think I will use iMovie--> for my photos/videos to DVD projects for a while, but when I get to mostly videos and all digital photos, I think I will go back to FCE (or whenever I have lots of time to be REALLY creative)
    PS. I'm SURE you ARE younger than I am! I'm like Old Toad...we're older than dirt!

  • Using Inbound IDOC from Java system creation of Outbound delivery

    Dear Experts,
    The scenario we are having is really very interesting. Hopefully its a good learning for me and also for others also.
    The scenario is,
    After sales order creation the details will be sent to one Non SAP system (Java) for performing some tasks related to forwarding agent decision, shipping date and etc. Once the details are finalized in that Java system then, the details needs to be transferred to SAP as "Inbound IDOC" process. For this proposed to use the SAP Jco middle ware.
    Once the details transfered from Java system to SAP then, the outbound IDOC needs to get generated automatically. Assuming the stock for that sales order line item is available. Also one more complexity is, our client is using custom transaction (ZVl10C) for delivery creation.
    Now Query is,
    1. Which IDOC, message type and Functional module needs to be used for creating the delivery automatically..??
    2. As per assumption, stock of that sales order line item should be available. Due to some business reason the stock was removed during inbound IDOC transfer then, what will happen to the IDOC..?. How to avoid this situation..??
    3. As we told we are re going to use SAP Jco b/w SAP & Java system. In this case, how the data will get transfered from Java system to SAP..?
    Thanks in advance for the replies I am going to get
    Regards,
    VEL

    Thanks for the feedback. This question is resolved

  • Outbound delivery creation with inbound IDOC transfer from Java system

    Dear Experts,
           The scenario we are having is really very interesting. Hopefully its a good learning for me and also for others also.
    The scenario is,
                   After sales order creation the details will be sent to one Non SAP system (Java) for performing some tasks related to forwarding agent decision, shipping date and etc. Once the details are finalized in that Java system then, the details needs to be transferred to SAP as "Inbound IDOC" process. For this proposed to use the SAP Jco middle ware.
                 Once the details transfered from Java system to SAP then, the outbound IDOC needs to get generated automatically. Assuming the stock for that sales order line item is available. Also one more complexity is, our client is using custom transaction (ZVl10C) for delivery creation.
    Now Query is,
                   1. Which IDOC, message type and Functional module needs to be used for creating the delivery automatically..??
                   2. As per assumption, stock of that sales order line item should be available. Due to some business reason the stock was removed during inbound IDOC transfer then, what will happen to the IDOC..?. How to avoid this situation..??
                   3. As we told we are re going to use SAP Jco b/w SAP & Java system. In this case, how the data will get transfered from Java system to SAP..?
    Thanks in advance for the replies I am going to get
    Regards,
    VEL

    Didn't get any feedback from experts for long time. So we are closing the question

  • Calling Stored Procedures from JAVA Application

    Hi all,
    i am using JDeveloper 3.2.2 for creating a DB Application that
    uses Oracle8i as DB Server.
    One approach of the application is to only use PL/SQL Stored
    Procedures to write Data back to the DB.
    Some of the stored procedures expect more than 20 parameters.
    I want to know if there is a better way to call such a stored
    procedure from Java than using a CallableStatement and setting
    its 20 parameters.
    Another reason why the way above isnt possible for me is that
    i need a dynamic way to set the parameters of the stored
    procedure.
    A solution for that dynamic way i could think of is to get
    the information of the stored procedure by using some functions
    of DatabaseMetaData and than use this information to map the
    parameters with their respective variables in the java
    application.
    The best argument against this way is that it would be time and
    performance consuming.
    So could anybody tell me a solution to call PL/SQL stored
    procedures from java which is better than doing something like:
    String calString = "{Call myStoredProc(";
    while(counter < 22) {
    params += "?";
    if(counter<21) params += ",";
    counter++;
    calString += params + ")}";
    try {
    CallableStatement cs = session.prepareCall(calString);
    } catch(SQLException ex) { ... }
    cs.setString(1, var1);
    cs.setString(1, var2);
    And that for every Stored Procedure i want to call ?!?
    Any help or direction-leading would be really appreciated.
    Tank you much.
    MfG,
    Oliver Bankel

    Hi Oliver,
    If you your Stored Procedures were in Java and seamlessly
    integrated with your Java application would that make your life
    easier?
    I don't know if this is a practical or acceptable solution in
    your environment but it would certainly solve all of your issues
    and provide your with a couple of nice advantages. Scalability
    and platform independence are just a couple I could think of.
    There is a tool called in2j (see http://www.in2j.com) which will
    automatically migrate your PL/SQL Stored Procedures into Java.
    You can download a copy of the tool and migrate your PL/SQL to
    Java with no upfront costs. If you're happy with the generated
    Java and want to deploy it, the migration fee falls due - simple.
    Hope this helps.
    Elton

  • Return national language strings from java stored procedures

    Hi, all.
    How does i can return String which contains national characters from java stored procedure? I.e. convert UTF java string to national language of database. It's does not processing automatically (why?).
    declaration of procedure:
    CREATE OR REPLACE FUNCTION TestNLSString RETURN VARCHAR2
    AS
    LANGUAGE JAVA
    NAME 'test.SomeClass.getNLSString() return java.lang.String';
    SELECT TestNLSString AS X FROM DUAL;
    X
    iiiii
    OS: Windows 2000 Server
    Oracle Server version: Oracle 8.1.7.1.4

    Ok. I had a specific problem.
    I want to use java stored procedure (function) to make a connection to remote db using supplied connection parameters make some quieries there end return results in a form of structured data - object.
    I have defined an object type in a database where the function will reside. I granted execute privilege to public user on this type, made public synonyms to both, the object type and the function, so anybody connected to the same database would have an access to this functionality.
    I supposed that if I supply connection parameters for some other user but the same database when running the function, everything should go smooth. Yeah.
    My java code executed ok: it made a connection to the db with some x user, it resolved object type descriptor given (oracle.sql.StructDescriptor), but pl/sql wrapper function reported the error I've mentioned. If I executed the function giving it the connection parameters for same account as where object type was declared, everything went fine.
    My final solution is:
    Make TWO! connection in java code: 1st for ("jdbc:default:connection:"), 2nd for remote database account.
    Use first connection to construct oracle.sql.StructDescriptor
    Use second connection to retreive data from remote db

  • I'm having 10.8.3 and today 17-Apr I had installed latest java 7 update. Now when ever I test java page it just redirects the page to Java download on both Firefox and safari. I tried deleting the cache from Java Sec Panel - temp ile but still same proble

    I'm having 10.8.3 and today 18-Apr Thursday I had installed latest java 7 update. Now when ever I test java page it just redirects the page to Java download on both Firefox and safari. I tried deleting the cache from Java Sec Panel - temp ile but still same prob.

    Make sure that the plugin is not automatically disabled in Firefox:
    Clinton

  • Start and stop the Communication channel from Java Mapping

    How to start and stop the Communication channel from Java Mapping in XI 3.0
    Scenario  PI - > MQ -> Third Party web application 
    Web application is down and then Communication channels are stop manually .  
    We need to automate this process,
    MQ Solution - Trigger will be set in MQ which will be called when web application is stopped
    Trigger will send u201CSTOP u201C message to PI
    How to configure PI scenario to stop different com channels when this message received ?

    check this link: http://help.sap.com/saphelp_nw04/helpdata/EN/45/0c86aab4d14dece10000000a11466f/frameset.htm
    make sure that MQ send http request to PI. i dont think a configuration scenario is required in PI. Only roles should be enabled with proper user provided to MQ team.
    However, for security reasons, you can configure a scenario if you dont want to expose PI infrastructure directly to 3rd parties.

  • To Open a Brio Query from Java

    Hi,
    I am using Hyperian Intellegence Explorer to get a information from the Data Base.
    I want to do it automatic,because this we are doing this as a BAU.
    I want to reduce my work load ,so thatpln to write a Code.
    Please help me how to Open an existing BrioQuery from Java.

    corlettk wrote:
    http://geocities.com/khory_scythe/Praxeum/jedicode.html
    Yeah that fits... except I swear a lot. Is that allowed?
    Jedi use their powers to defend and protect, never to attack others.Can we throw an exception for this one?
    edit: actually i disagree with the whole jedi code, its wrong, wheres the fun...
    Mel

  • Having a problem printing from Java

    I've written a program in Java that is supposed to print a document. This program when run on Linux gives a "print services not found" exception . Whereas, the same program when run on Windows prints the document.
    The printer on which the printing is done is an HP deskjet printer. This printer is on the network. The version of Linux is 7.2. The version of Java is 1.4. I am able to print documents from Linux Operating sys. The problem is printing documents from java.
    Please can u advice on how I can overcome this problem or advice on another alternative.
    Thank u
    Dhanajay K.

    Hello,
    Did you solve your problem? I have the same problem.
    In fact, I wrote a program using the JPS. Java finds the printers on Windows... JPS found the printers when I used LPD. But today I use CUPS, and JPS does not find any more the printers.
    I believed that the JPS used "Printcap" to find the installed printers ? did'nt ?
    I have well the "printcap" automatically generated by CUPS...
    Thank you for all informations.

  • Automatic Ken burns and framing in iPhoto and Screen saver

    I am generating a slideshow from iPhoto. When I have framed the photos properly I am checking my slideshow as a screen saver. Automatic Ken Burns options and framing are ok. Now I try to generate a slideshow directly in iPhoto, and the framing is completely changed and the Ken Burns options are different.
    How can I get the parameters of the screen saver properly in iPhoto?
    Is there a way to know which parameters are used in the screen saver and be set as the defaults parameters of the iPhoto slideshow?
    Otherwise I found it difficult to set the same parameters as the screen saver for framing and Ken Burns.
    I have tried to do the job with iMovie, it behaves the same as iPhoto, not a the screen saver.
    iPhoto is version is 7.1.4
    Mac os X is 10.4.11
    I would be grateful.

    I do not have the feeling that the rendering engine of the screen saver option of the System Preferences of Mac OS X is different from the one included in iPhoto or in iMovie. But the difference between the first and the two others at least is the parameter setting is done automatically.
    I have tried since at least two other slideshows, and I could get for fex photos the same settings thant for the system screensaver.
    However as my slide show is about 140 photos, I was looking for a global setting instead of a one by one slide.
    Any further comments?
    Thanks for the thoughts in any case.

  • Gray Screen of Death (moving from Java 1.1 to 1.4)

    I am in process of moving my applet from Java 1.1 to modern Java 1.4 with Swing. My concern is that users on MS IE with the ancient MS JVM will get the "gray screen of death" and no hint that something is wrong. The best option I've found so far seems to be this:
    http://www.chaingang.org/code/util/AppletLaunch.html
    where you have one applet start up, check the version, and then either report "you need a new version of java" or launch the next applet. I'm not sure whether this will work when the first applet is compiled for Java 1.1, and the second is for Java 1.4 (they use different class file formats).
    What are the recommendations for dealing with this situation? I've seen that Sun has some very complicated stuff about using OBJECT, EMBED, and APPLET tags:
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/contents.html
    Also stuff about "Java Web Start Applications":
    http://java.sun.com/developer/technicalArticles/JavaLP/javawebstart/AutoInstall.html
    I've also seen something about the "HTML Converter".
    This is all looks way complicated!! As long as I can tell users "go update your java" and direct them to the java install web page I'm happy... I don't want to try to get their install started automatically. And I'd rather keep my HTML code simple and clean if possible.
    Thanks in advance...

    1. Write an applet in 1.4 that simply displays a small image.
    2. Place the image on the webpage beside the applet.
    3. Put a line of html beside or under the image and the applet saying "If you cannot see this image here (as in applet loaction) then you must download the 1.4 jre here"
    Yahoo provide an applet as a means of editing ones geocitys website. This is how they ensure the user has the required jre. Crude but very effective and without complication.

  • Can we automate anu player using java?

    i want to automate audio player.please suggest me

    I am trying to access .net components (written in C#) from JAVA and is studing the possibility using NJAWIN.
    Since NJAWIN is for COM, first I made my .net component exposed to COM (this is another story) and build it.
    I am able to use jcomgen.exe to generate stubs against the tlb file built from the .net project. And my simple test seems successful.
    My questions are:
    1. Is there other way (opensource or freeware) I can access .net component from java directly without going through COM?
    2. The component only consists regular classes and methods which mainly doing the database access and data management. There is no controls ot events (no gui). Can I still use NJAWIN (after exposing it to COM) and rely on it?
    Thanks for the help.

Maybe you are looking for

  • Keynote 3: Transparent Animated GIF Problems

    I've been trying to get an animated GIF with a transparent background to run in Keynote, but it's giving some disastrous results. I produce the animation by rendering the frames as PNG (with alpha channel) in MegaPOV 1.2.1. Then I use the convert uti

  • I am trying to use iCloud with MS Outlook 2010 and it is not syncing.  I have tried multiple things

    I am trying to sync iCloud with MS Outlook 2010.  I cannot see my contacts in iCloud or the Calendar. I have tried multiple things; delete the iCloud from control panel and reinstall, turn on/off the calendar and contacts in iCloud panel, repair iClo

  • Linux 3.8, i915, and DisplayPort: X11 can't use correct resolution

    I'm using a DELL E6230 which is connected to an external DELL U2711 monitor using a DisplayPort cable. The maximal resolution of that monitor is 2560x1440. When using a 3.7 Linux kernel everything works like a charm.  With all the 3.8 kernels I have

  • ACE load-balancing-Cookie problem

    In our other load-balancing environments the load-balancer-cookie contains the encrypted (real) servername or ip-address. We think it's the same on the cisco, for that reason it's in theory not possible, that there are two 'green'-cookies with differ

  • Crystal report xi r2 can't show control image

    i use vs2008 to develop asp.net Crystal report xi r2 can't show control image , not show print , export and all control image and when i click print or export image it error but other control are work. i run web application by debug mode in vs2008 pl