using cdburn to copy files to CD

  • Thread starter Thread starter beliavsky
  • Start date Start date
B

beliavsky

I am using Windows XP home. Can I use the cdburn.exe command in the
Windows XP resource kit to copy files from my hard drive to a CD-RW
(assume it is in the E drive)? If I can, what would be the syntax to
copy a file c:\foo.txt?
 
I am using Windows XP home. Can I use the cdburn.exe command in the
Windows XP resource kit to copy files from my hard drive to a CD-RW
(assume it is in the E drive)? If I can, what would be the syntax to
copy a file c:\foo.txt?

I believe it only does ISO images and not indvidual files. If you have Nero
it has a commandline program called NeroCmd.exe

Sample usage of NeroCmd:

c:\users\sadowski [(firecat) 19:29, Sat 02/21/2004] type TestBurnCD.cmd
"c:\Program Files\Ahead\Nero\NeroCmd.exe" --write --real --drivename
g --underrun_prot --media_type media_cdr --speed 24 --iso "Cat
Stevens" --close_session --verify c:\music\cat* "c:\music\Lady d
'Arbanville - Cat Stevens '70.mpg"
 
I am using Windows XP home. Can I use the cdburn.exe command in the
Windows XP resource kit to copy files from my hard drive to a CD-RW
(assume it is in the E drive)? If I can, what would be the syntax to
copy a file c:\foo.txt?

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 and the Shell.Application object:

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
 
Back
Top