How can I tell XP to burn a CD in a batch file?

  • Thread starter Thread starter DBatesX
  • Start date Start date
D

DBatesX

I have XP Pro, and I want to be able to automate doing a
CD backup each night of my data files, so essentially I
need a way to script the file copies to CD and execute the
burn in the middle of the night (assuming I have put a
blank CD in my drive when I leave my office).
I can copy the files to "C:\Documents and
Settings\me\Local Settings\Application Data\Microsoft\CD
Burning\" and they're ready to burn, but I haven't figured
out how to "Write these files to CD". Any suggestions?
 
DBatesX said:
I have XP Pro, and I want to be able to automate doing a
CD backup each night of my data files, so essentially I
need a way to script the file copies to CD and execute the
burn in the middle of the night (assuming I have put a
blank CD in my drive when I leave my office).
I can copy the files to "C:\Documents and
Settings\me\Local Settings\Application Data\Microsoft\CD
Burning\" and they're ready to burn, but I haven't figured
out how to "Write these files to CD". Any suggestions?

Hi

CreateCD - Windows XP and Windows 2003 CD Recording utility (free)
http://isorecorder.alexfeinman.com/CreateCD.htm

CreateCD utility is designed as a command-line-based alternative to the
GUI-based CD-Recording process in Windows XP and Windows 2003.


With VBscript:

From a google newsgroup search at
http://groups.google.com/advanced_group_search

Message-ID: <OA2f$RcuBHA.1776@tkmsftngp03>
From: John Smith ([email protected])
Subject: Sample: Copy files and invoking CD Writing in XP
Newsgroups: microsoft.public.scripting.wsh
Date: 2002-02-19 20:11:48 PST
http://groups.google.com/groups?selm=OA2f$RcuBHA.1776@tkmsftngp03

Message-ID: <#ViW#HXkBHA.388@tkmsftngp05>
From: Ian ([email protected])
Subject: Re: Burn a CD in XP using VB Script
Newsgroups: microsoft.public.scripting.vbscript
Date: 2001-12-30 12:41:51 PST
http://groups.google.com/groups?selm=#ViW#HXkBHA.388@tkmsftngp05
 
Thanks! Just what I was looking for!
-----Original Message-----


Hi

CreateCD - Windows XP and Windows 2003 CD Recording utility (free)
http://isorecorder.alexfeinman.com/CreateCD.htm

CreateCD utility is designed as a command-line-based alternative to the
GUI-based CD-Recording process in Windows XP and Windows 2003.


With VBscript:

From a google newsgroup search at
http://groups.google.com/advanced_group_search

Message-ID: <OA2f$RcuBHA.1776@tkmsftngp03>
From: John Smith ([email protected])
Subject: Sample: Copy files and invoking CD Writing in XP
Newsgroups: microsoft.public.scripting.wsh
Date: 2002-02-19 20:11:48 PST
http://groups.google.com/groups?selm=OA2f$RcuBHA.1776% 40tkmsftngp03

Message-ID: <#ViW#HXkBHA.388@tkmsftngp05>
From: Ian ([email protected])
Subject: Re: Burn a CD in XP using VB Script
Newsgroups: microsoft.public.scripting.vbscript
Date: 2001-12-30 12:41:51 PST
http://groups.google.com/groups?selm=#ViW#HXkBHA.388% 40tkmsftngp05


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter


.
 

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

Back
Top