Computer Hope

Microsoft => Microsoft DOS => Topic started by: Helpmeh on September 05, 2009, 07:48:56 AM

Title: Copying straight to cd
Post by: Helpmeh on September 05, 2009, 07:48:56 AM
Is it possible to copy a file straight to a cd via batch, as in without another program?
Title: Re: Copying straight to cd
Post by: Salmon Trout on September 05, 2009, 07:54:22 AM
If the cd has drive-letter-access, e.g. in Windows packet writing, then yes.
Title: Re: Copying straight to cd
Post by: Helpmeh on September 05, 2009, 08:18:54 AM
Ohh. I heard a while back that you had to burn the files to the cd.
Title: Re: Copying straight to cd
Post by: Salmon Trout on September 05, 2009, 08:31:16 AM
What are you wanting to do? If you want to create a data cd that anybody can put in a CD drive and read, you have to burn the disk, but if you just want to use a CD or DVD disk as a giant floppy, then you can just copy the files from the command prompt, if you have DLA enabled. if you are talking about real MS-DOS, that is another story altogether.


Title: Re: Copying straight to cd
Post by: Helpmeh on September 05, 2009, 09:00:03 AM
I am trying to copy quite a few files scattered around my computer to cds. No, this is not actual MS-DOS, that's older than me!
Title: Re: Copying straight to cd
Post by: Salmon Trout on September 05, 2009, 09:07:27 AM
Well, CD burning apps like Nero, Roxio etc have a GUI where you can drag and drop files from Windows Explorer until the disk capacity is reached.
Title: Re: Copying straight to cd
Post by: Helpmeh on September 05, 2009, 09:13:13 AM
But is it possible to have a batch file just copy them onto a disk? Like

@echo off
Copy file1 D:\folder
Copy file2 D:\folder
Etc.

Without downloading any other programs like nero.
Title: Re: Copying straight to cd
Post by: Salmon Trout on September 05, 2009, 09:16:02 AM
do you have DLA?
Title: Re: Copying straight to cd
Post by: smeezekitty on September 05, 2009, 11:39:54 AM
i am thinking its not possable
but you probubly could find a free console based burner app
on sourceforge.net