> -----Original Message----- > From: Nick McClure [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 11, 2005 11:25 AM > To: CF-Community > Subject: Command Line DVD Burning > > Hey, anybody out there know of a good way to take a group of files, create > a > DVD image and then dump that image to a blank DVD via command line in > windows. > > > > What I have is a task that runs every two weeks, this task queries a SQL > Server and creates XML dumps from tables that are then compressed in to > ZIP > format, I then need to take these files and dump them to a DVD for > archiving.
Does it need to be command-line? I think (but am not sure) that you should be able to use Windows Scripting Host to do this (if you use the filesystem object to move files to the writer I think they'll be written). Here are a couple of posts which talk about this: http://groups.google.com/group/microsoft.public.scripting.vbscript/msg/39e24 1ba3547434e http://groups.google.co.uk/group/microsoft.public.scripting.wsh/msg/80b767e5 31560715 Here are more general Windows Scripting resources: http://www.microsoft.com/technet/scriptcenter/default.mspx http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/ht ml/scriptinga.asp There're also these applications: http://www.nch.com.au/burn/ http://isorecorder.alexfeinman.com/CreateCD.htm They both allow command-line burning but I don't think they do DVDs (CD only). Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:176774 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
