Is there any software that can burn a DVD from the command line? I'm writing a script that burns a nightly Ghost image to a DVD. I need to able to just put in a blank DVD at night, and the script will take care of the rest. My script will run the burning program.
The image is about 4GB in size, so I need to use the UDF disc format. I have Nero 7 Ultra and have tried NeroCmd.exe that comes with it, but it never burns successfully.
Does anyone know of any software that would work correctly?
Thanks.![]()
+ Reply to Thread
Results 1 to 4 of 4
-
-
Have you tried Ghost's boot wizard to make a floppy with cd-r support? That might work or maybe you could replace the cd drivers with dvd drivers?
I recently got ghost to do a command line restore using a program called stuffit (lifesaver). https://forum.videohelp.com/viewtopic.php?p=1411710#1411710 Perhaps you can use a combination of stuffit and keyboard shortcuts to accomplish the task? -
What about DAO.exe ?
EDIT:
This might help also:
http://www.google.com.au/search?num=100&hl=en&safe=off&q=command+line+dvd+burn&meta=
Also here's some info on using Nerocmd.exe:
http://www.experts-exchange.com/Storage/Q_21651217.html
this part creates my backup:
C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\Weekly.bks" /n "Backup.bkf created 11/27/2005 at 10:04 AM" /d "Set created 5/27/2005 at 10:04 AM" /v:no /r:no /rs:no /hcff /m normal /j "Weekly" /l
/f "D:\Weekly Backup\Backup.bkf"
then this part burns to DVD:
"C:\Program Files\Ahead\Nero\nerocmd.exe" --write --drivename E --real --iso backup --underrun_prot --create_iso_fs --verify --dvd --disable_eject --dvd_high_compatibility --close_session "d:\weekly backup\backup.bkf"
nerocmd.txt
Or another option is to use mkisofs to make an ISO file then use DVDDecrypter in CLI mode to burn the ISO image.If in doubt, Google it. -
The problem with the ISO is that the standard ISO format will only allow files with file sizes that are up to 2GB. I need to burn a 4GB file.
I did try nerocmd with the --create_udf_fs switch but it didn't work. I got a Failed Write error. The weird thing is that when I try to burn a UDF disk with Nero/Nero Express it works fine. Unfortunately I need it to be done via the command line.
Similar Threads
-
SurCode DVD PRO command line
By hd1 in forum AudioReplies: 0Last Post: 14th Feb 2011, 05:00 -
Command-line command for fixing AVI?
By timur in forum ffmpegX general discussionReplies: 1Last Post: 23rd Sep 2009, 02:23 -
Command line tools for dvd authoring
By sumit_pankaj in forum Authoring (DVD)Replies: 3Last Post: 22nd Jun 2009, 14:42 -
command line program to show dvd info?
By skeptic_always in forum LinuxReplies: 1Last Post: 20th Aug 2007, 19:03 -
Need A Software Video Player that can accept a command line argument
By SCDVD in forum Software PlayingReplies: 7Last Post: 14th Aug 2007, 12:38