batch job copy files from server, then... write to CD?

I am having a workstation, with a CD-RW on it, having the task at 3am every night, to copy data from a server to the local hard drive. And then I want it to write to a CD. I got the batch for copying the files working fine, and set in the scheduled tasks to run every night.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar03.webp

467 Posts
Location -
Joined 2001-06-27
I am having a workstation, with a CD-RW on it, having the task at 3am every night, to copy data from a server to the local hard drive. And then I want it to write to a CD. I got the batch for copying the files working fine, and set in the scheduled tasks to run every night. That works fine.
 
Now I need to somehow find a way to have that data written to a CD. Is there a program that can do this? All it needs to do is write files from a folder on the local hard drive (on the workstation) to a CD every night. Via shedueled tasks if possible. This way, all they have to do is take the CD out (it has been written) when they get there in the morning, and put another writable CD in. Then after everyone goes home, at 3am it copies the data from the server to the local HD again, and later writes another CD. Every night. We will colllect up to about 2 weeks of CDs written from the server, and then recycle them (they are rewritable). In other words, remove the data, and use as fresh CDs. Quite simple, right...
 
So is what I need is a program that can do this... Quite frankly.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

163 Posts
Location -
Joined 2000-07-30
Although I prefer easycd creater, I think directCD creates a drive letter for you to copy files to. After bringing over the files you could then just copy to that drive letter. You could cut out the middle man and go directly over the wire to the cd, but I never like doing that.

data/avatar/default/avatar03.webp

467 Posts
Location -
Joined 2001-06-27
OP
huh? I don't understand what you are trying to say. I want a program, that can run by it self, without any interaction, take data from a specific location on the local hard drive, and write it to CD. Simple as that.
 
Is there a program that does that?

data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
You use a piece of packet-writing software like Ryoko suggested (eg. Nero InCD etc). This let's you treat the CD-RW as a hard drive (effectively). Then all you need to do is create a simple batch file to copy the files across and schedule it to be run in task scheduler.