write to CD with cmd
Moderator: DosItHelp
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
write to CD with cmd
I want to write some file into CD by cmd. is there any command for this?
Re: write to CD with cmd
Currently I don't have a CD drive handy on my small Netbook. Try the COPY command.
Regards
aGerman
Regards
aGerman
Re: write to CD with cmd
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
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.
Re: write to CD with cmd
or simply just
UltraISO.EXE -joliet -optimize -directory "!FullPath.SOURCE!" -volume "WPXPVOL_DU" -bootfile "!FullPath.SOURCE!\XPBOOT.IMG" -output "%%!" "
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.
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
Re: write to CD with cmd
please explain that