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
See if there is anything in this thread that helps. http://forums.afterdawn.com/thread_view.cfm/505452
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