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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top