Jump to content

Raptor88

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Raptor88

  1. When my batch file calls ImgBurn with a "/mode verify" option, ImgBurn opens a window which asks the user to select the image file to compare against.

     

    I've included the name of the .iso file in my batch file command so why is ImgBurn asking to select the image file?.

    I must not be coding the ImgBurn command line properly.

     

    Here's my batch file command:

     

    "C:\Program Files\ImgBurn\ImgBurn" /mode verify /src %InputDrive%: /dest "C:\IBurnTmp\ImgBurnTemp.iso" /eject %EjectDisc% /close /start /waitformedia

     

    Need help,

    Raptor

  2. /waitformedia would kill it.

     

    It should return 1 if it wasn't ready to start the operation when it tried.

    Hi Lightning,

     

    Ahhh, but if I don't include /waitformedia, the user has to wait for the disc drive to recognize the media before pressing the ENTER key to call the ImgBurn program.

    Otherwise the user gets an error almost everytime he/she runs my batch file since the drive is usually not ready before the user is.

    With the /waitformedia option, the user never gets an error because of the the drive still getting ready.

     

    FYI, I ask the user to insert the disc(s) into the drive(s) as my very first instruction before asking for the user's options, to give the drive as much time as possible to get ready. Since the user will accept the default options 90% of the time, he/she is ready to proceed with the operation well before the drive is ready.

     

    I was forced to put the /waitformedia option to make my batch file work properly for most people.

    I can live with the problem (got no choice...sniff). But if you see fit to look into this problem further, it would be great!

     

    Thanks for your time!

    Raptor

  3. From searching this website, I've learned that it is not possible to set the read speed via a batch file command. To do it, one must open ImgBurn and manually set the read speed prior to running a batch file.

     

    I would like to be able to give the user the ability to set low read speeds from my batch file when copying problem discs.

    Would appreciate it very much if this option could be incorporated in the next release.

     

    Thanks,

    Raptor

  4. You (the user) closing the app is not technically a problem.

     

    Using /CLOSE instead of /CLOSESUCCESS will set the errorlevel code to say there was an issue (no media).

     

    I'm not changing how it works now I'm afraid.

    Hi Lightning,

     

    Good enough. I respect your decision.

    Just as a FYI though, here's the results of my test:

     

    ===== EXCERPTS FROM MY BATCH FILE CODE =====

     

    call :DISK_TO_HDD

     

    :DISK_TO_HDD

    "C:\Program Files\ImgBurn\ImgBurn" /mode read /src %InputDrive%: /dest "C:\IBurnTmp\ImgBurnTemp.iso" /overwrite yes /eject %EjectDisc% /close /start /waitformedia

    :: test

    echo In disc to hdd, errorlevel returned is %errorlevel%

    pause

    goto :EOF

     

    ====================

     

    When :DISC_TO_HDD is called, ImgBurn opens but stops with the status line indicating "Device not ready (Medium not present)".

    I click the red X to close ImgBurn.

    the test echo displays: "In disc to hdd, errorlevel returned is 0"

     

    Then I changed /close to /closesuccess. Ran the test again and got the same errorlevel return code of zero.

    So it appears that even using /close or /closesuccess causes an errorlevel return value of zero.

     

    Not beating a dead horse here and as I said, I respect your decision not to address this issue. It's not a biggie.

    Just thought I'd let you see my code and my results in case it is helpful in anyway.

     

    Thanks for a great program!

    Raptor

  5. ImgBurn already has some set errorlevel return values.

     

    Your specific problem probably doesn't trigger them - and I believe you have to be using the /CLOSE parameter too for them to be used.

    Hi Lightning,

     

    I did find your list of Errorlevel codes by searching prior to starting this thread. My batch file read and write commands are:

     

    "C:\Program Files\ImgBurn\ImgBurn" /mode read /src %InputDrive%: /dest "C:\IBurnTmp\ImgBurnTemp.iso" /overwrite yes /eject %EjectDisc% /close /start /waitformedia

     

    "C:\Program Files\ImgBurn\ImgBurn" /mode write /src "C:\IBurnTmp\ImgBurnTemp.iso" /dest %OutputDrive%: /speed %BurnSpeed% /verify %Verify% /eject %EjectDisc% /deleteimage No /testmode Yes /closesuccess /start /waitformedia

     

     

    For testing, I create a problem by not putting a disc into the drive. ImgBurn remains on the screen saying there's no media. I close ImgBurn by clicking the red X. The Errorlevel code returned is zero.

     

    I was wondering if it's possible for you to immediately set the Errorlevel code to a non-zero value as soon as ImgBurn is run. Then if the user closes ImgBurn manually for whatever reason, the Errorlevel would already be non-zero so batch files would know that the operation was not successfully completed.

     

    Thanks,

    Raptor

  6. I call ImgBurn from a batch file.

    Something goes wrong so I close ImgBurn manually by clicking the red X.

    The Errorlevel code returned is zero indicating a successful operation.

     

    Would it be possible to pre-set the Errorlevel to a non-zero code as soon as ImgBurn starts up?

    Then if the user has to close ImgBurn manually, the Errorlevel returned to the batch file will be non-zero?

     

    Thanks,

    Raptor

  7. But when I look in the queue window I see the "Delete the image when done" option but it's grayed out.

    You have to click on a disc image from the Queue list, so that you can set it only for the images you want deleted.

    Hi mmalves,

     

    You nailed it! Highlighting the file in the queue does enable the grayed out options.

     

    Thanks,

    Raptor

  8. I can't find that option 'Write iso image from disc' and from the work description it sounds as you are using the Read mode (or possible Create Image file from Disc''.

     

    Could it be that you have added more than instance of the image to burn in the queue?

    Hi Cynthia,

     

    My bad. I had quoted from memory so my quote was incorrect. In fact my entire post is wrong. I only had 4 hours of sleep the night before so I must have been in lala land.

     

    What I actually clicked on was "Write image file to disc" in the first screen that opens when ImgBurn is run.

    I clicked the source file on the HDD and selected the "output" drive.

    When I clicked the queue icon, the bottom options were grayed out.

     

    Had 7.5 hours of sleep last night so I think this post is correct.... ;)

     

     

    Sorry for that.

     

    Thanks,

    Raptor

  9. How is the "Delete the image when done" option set?

     

    I select "Write iso image from disc", I set the input optical drive, I set the destination folder and file name and ImgBurn is ready to read the source disc.

     

    But when I look in the queue window I see the "Delete the image when done" option but it's grayed out.

     

    Even if I go to Tools > Settings > Write and check "Check delete image", when I go back and look at the queue window the "Delete the image when done" option is still grayed out.

     

    Thanks,

    Raptor

  10. And you're lucky today because I do have that burner and it works fine with both 2.4x and 8x Verbatim blanks. My personal choice is the 2.4x ones ;)

     

    Make sure you're using the latest firmware on it too (1.04).

    Boy, wish I was in Las Vegas today... :thumbup:

     

    I downloaded the firmware so thanks for that link too. I clicked the "Home" link on that website to look for instructions on how to install the firmware but there weren't any. I assume that just running the "GH22NP20_1.04.exe" file will automatically do the firmware update. If so, no need to respond.

     

    I'll go with the Verbatim 2.4x DL discs per your personal choice.

     

    Thanks!

    Raptor

  11. From a technical point of view, dual-layer burning is a lot more difficult to perform than single-layer burning, and, because of this, the quality of the dual-layer blanks plays the most important part. From our tests we have found Verbatim 2.4x (MKM-001-00 dye) DVD+R DL blanks to be the best dual-layer blanks on the market, followed by Verbatim 8x (MKM-003-00 dye) DVD+R DL blanks.

    Mmalves,

     

    Thanks for this info. It's in the dual layer sticky but your explanation helps to confirm it.

     

    I just bought a a new burner (LG GH22NP20). Would you recommend my buying 2.4x or 8x Verbatim dual layer discs for it? I know there's too many drive models but just taking a chance that you might be familiar with the burner I bought.

     

    Oh, and if the Verbatim DL 8x is OK to buy, do you recommend buring at ImgBurn MAX speed or setting the speed to 4x or 6x?

     

    Thanks,

    Raptor

  12. I've replied to posts before. Today, when I try to reply to any post I keep getting this message:

     

    *** [#103133] You do not have permission to reply to this topic. ***

     

    The note with this message says to check the help for more info but frankly I can't find anything labeled "HELP".

     

    I've tried signing out and signing back in but the problem persists.

    Please let me know what I should do to reply to posts.

     

    Sorry for the bother,

    Raptor

  13. ISOREAD was the old name, which is now /MODE READ so that it matches the program's modes in the graphical interface. The /SPEED switch only works for setting the write speed.

     

    The program will use the read speeds configured in the Read mode screen, so you can set it to the speed you want then close ImgBurn, and when you call ImgBurn to read your disc, it'll use those speeds.

    Very helpful info! Really appreciate it. And thanks for all your other posts which I've learned much from.

     

    Raptor

  14. Is there a way to set the readspeed via a batch file?

     

    I did search through the list of readme.txt command line options and saw that there is a /SPEED option which is used to set the write speed. But the reason I ask about a readspeed option is that the readme.txt file does not list "ISOREAD" as a MODE option, yet I see "/MODE ISOREAD" being used in some sample batch file listings in other threads on this forum.

     

    Also while I'm at it, is there a list of options that are not shown in the readme.txt file? Like the ISOREAD option.

     

    And thanks for the great ImgBurn program!

    Raptor

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.