write to CD with cmd

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Mohammad_Dos
Posts: 84
Joined: 08 Sep 2010 10:25
Location: Iran,Kashan
Contact:

write to CD with cmd

#1 Post by Mohammad_Dos » 10 Jul 2011 10:17

I want to write some file into CD by cmd. is there any command for this?

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: write to CD with cmd

#2 Post by aGerman » 10 Jul 2011 11:15

Currently I don't have a CD drive handy on my small Netbook. Try the COPY command.

Regards
aGerman

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: write to CD with cmd

#3 Post by !k » 10 Jul 2011 11:57

No. Сopy can not burn CD's
Try M$ _http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17657
or alt. soft:
_http://isorecorder.alexfeinman.com/CreateCD.htm
_http://www.commandburner.com/documentation.html
or another
Last edited by !k on 10 Jul 2011 12:35, edited 2 times in total.

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: write to CD with cmd

#4 Post by Ed Dyreen » 10 Jul 2011 12:08

or simply just
UltraISO.EXE -joliet -optimize -directory "!FullPath.SOURCE!" -volume "WPXPVOL_DU" -bootfile "!FullPath.SOURCE!\XPBOOT.IMG" -output "%%!" "
Last edited by Ed Dyreen on 10 Jul 2011 14:22, edited 1 time in total.

Mohammad_Dos
Posts: 84
Joined: 08 Sep 2010 10:25
Location: Iran,Kashan
Contact:

Re: write to CD with cmd

#5 Post by Mohammad_Dos » 10 Jul 2011 12:53

please explain that :!: :!: :!:

Post Reply