Batch File to Send Zip File to CD/DVD drive

1

I have written a batch file which creates a Zip from a set of files. This works fine.

I would now like to extend this batch file so the outputted zip file (from the above batch file) is written to a DVD/CD.

Is this possible?

BobJim

Posted 2014-11-05T17:28:07.330

Reputation: 980

Question was closed 2014-11-07T12:14:10.957

possible duplicate of Write a DVD from the Windows Command Line also see: Free commandline CD/DVD burner for Windows working without installation

– Ƭᴇcʜιᴇ007 – 2014-11-05T17:35:14.450

@Techie007-Thanks for highlighting these questions. I would like to know whether this task can be completed without installing further Windows resource kits or third party applications. The reason being that I cannot install software on this machine. – BobJim – 2014-11-05T17:54:05.510

1No, there's no CD/DVD burning command-line utility included with Windows. But really, just download the resource kit to a computer you CAN install stuff on, install it, and copy the burning utility's EXE over to the other computer and run it; it doesn't actually need to be "installed" on the computer. – Ƭᴇcʜιᴇ007 – 2014-11-05T18:18:35.957

No answers