Page 1 of 1
write to CD with cmd
Posted: 10 Jul 2011 10:17
by Mohammad_Dos
I want to write some file into CD by cmd. is there any command for this?
Re: write to CD with cmd
Posted: 10 Jul 2011 11:15
by aGerman
Currently I don't have a CD drive handy on my small Netbook. Try the COPY command.
Regards
aGerman
Re: write to CD with cmd
Posted: 10 Jul 2011 11:57
by !k
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
Re: write to CD with cmd
Posted: 10 Jul 2011 12:08
by Ed Dyreen
or simply just
UltraISO.EXE -joliet -optimize -directory "!FullPath.SOURCE!" -volume "WPXPVOL_DU" -bootfile "!FullPath.SOURCE!\XPBOOT.IMG" -output "%%!" "
Re: write to CD with cmd
Posted: 10 Jul 2011 12:53
by Mohammad_Dos