Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
create backup cd using batch file
Name: Angela Date: June 5, 2002 at 18:18:29 Pacific
Comment:
What command can I use to backup certain files and burn them onto a blank CD? I tried "copy c:\myfiles d: ", but it says "access denied" to the files. It's a writeable CD. Is there something I have to do before I can burn files onto it?
You need a special program such as DirectCD in order to write files to a blank CD as if it were a floppy disc, just as you need a program write an entire CD at once. Just using the copy command will not work. Also I do not know of any CD-Writing programs for DOS. You'll need Windows and a program like Easy CD Creator or Nero Burning ROM. You might want to consider getting something like a Zip drive or MO drive in order to just quickly copy files from DOS.
0
Response Number 2
Name: Fred6008 Date: June 6, 2002 at 03:20:19 Pacific
Reply:
You leave a lot of puzzles with your question such as what CD recording software do you have. Now days you usually drag and drop what you want to include on the CD-R. With direct cd for (CD-RW) you have to format the CD-RW first. I have found it easiest to make a whole cd at a time. I make an extra logical drive for this of 730 Megabytes (for fat16 and 680 megabyte disks) I put everything I want to save on this drive and make the CD from this drive when I am ready to record. The software I use (Nero or Easy Cd Creator usually) does not use copy commands. You drag and drop or you use the same interface as Windows Explorer to select items with. I do not know how to make a CD-R with a batch file, but if you had a logical drive set aside for CDs, you could use XCOPY in the batch file to copy data to it for recording later.
0
Response Number 3
Name: Angela Date: June 6, 2002 at 10:07:36 Pacific
Reply:
Thanks a lot, guys. You were very helpful. I think using a zip drive would be the best bet. Should I just be able to use the copy command for that?
Summary: I have created a very simple batch file to run from a cd which deletes some files/folders on PC, then runs an exe on the cd to install a new, replacement program. This works fine but now I have been r...
Summary: How can I telnet/ftp to a UNIX machine using a batch file in DOS. I need to mention the user id & password for UNIX in my batch file itself. Can anyone help me??...