Backup to CD Writer

  • Thread starter Thread starter ET
  • Start date Start date
E

ET

How can I do backup to a CD writer with dos commands?
I have tried to do backup with copy in explorer, and then rightclick and
burn to CD, and it works well.
Do someone know how to do this in a .bat file?

bob
 
Unless you have "packet writing" software, such as InCD installed, you may
not be able to do this, without still having to right click in Explorer and
selecting Write these files to CD.

However, a sample batch file command would look like this:

COPY C:\Documents and Settings\ET\My Documents\*.* F:\

Where F is the CD-R/RW drive.
 
Back
Top