1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

batch file to write DVD from command line - imgburn

Discussion in 'Video - Software discussion' started by trusp, Nov 7, 2008.

  1. trusp

    trusp Member

    Joined:
    Nov 7, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    Hi,
    Im new to this. So please help on this...

    I have used imgburn README.txt file and found how to burn a directory.
    1. ImgBurn.exe /MODE BUILD /BUILDMODE IMAGEFILE /SRC "C:\Test\Test_Folder\" /DEST "C:\Test2.ISO" /START /ROOTFOLDER YES /NOIMAGEDETAILS /CLOSESUCCESSS /CLOSE /VOLUMELABEL Build /LOG "c:\A-dvdTest\Test\DailyBackup_[DATETIME].log"

    2. ImgBurn.exe /MODE WRITE /SRC "C:\TEST123.ISO" /DEST G: /START /SPEED 1x /COPIES 1 /VERIFY YES

    Now what i all need is :
    How to make a batch file using this command. So that the complete write processing should be done on calling this batch file.

    > Checking a DVD disc present or not
    > If DVD not present eject the driver and then after placing DVD continue the processing
    > Checking the DVD is in write mode
    > Then the GUI is also visible while executing from command line. So is there any option to hide the GUI completely.
    So that the complete response made to Command line only
     
  2. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    Last edited: Nov 7, 2008
  3. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    Edit:it's double posting time again.
     
    Last edited: Nov 7, 2008
  4. trusp

    trusp Member

    Joined:
    Nov 7, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    Thanks Attar,
    I also want to know how to handle the directories level crossing from CLI: ????
    For GUI i used: Advanced->Restrictions-> Select "Allow more than 8 directories level"

    Please help on this
     

Share This Page